/[svn]/linuxsampler/trunk/configure.in
ViewVC logotype

Diff of /linuxsampler/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1648 by schoenebeck, Sat Jan 12 14:13:46 2008 UTC revision 1649 by nagata, Fri Jan 25 15:06:02 2008 UTC
# Line 533  if test "$config_rt_exceptions" = "yes"; Line 533  if test "$config_rt_exceptions" = "yes";
533    AC_DEFINE_UNQUOTED(CONFIG_RT_EXCEPTIONS, 1, [Define to 1 to allow exceptions in the realtime context.])    AC_DEFINE_UNQUOTED(CONFIG_RT_EXCEPTIONS, 1, [Define to 1 to allow exceptions in the realtime context.])
534  fi  fi
535    
536    AC_ARG_ENABLE(pthread-testcancel,
537      [  --enable-pthread-testcancel
538                              Enable pthread_testcancel() calls and avoid asynchronous
539                              cancel of pthreads (default=no).],
540      [config_pthread_testcancel="$enableval"],
541      [config_pthread_testcancel="no"]
542    )
543    if test "$config_pthread_testcancel" = "yes"; then
544      AC_DEFINE_UNQUOTED(CONFIG_PTHREAD_TESTCANCEL, 1, [Define to 1 to enable pthread_testcancel() calls.])
545    fi
546    
547  AC_ARG_ENABLE(preload-samples,  AC_ARG_ENABLE(preload-samples,
548    [  --enable-preload-samples    [  --enable-preload-samples
549                            Due to seeking and latency issues with hard drives                            Due to seeking and latency issues with hard drives

Legend:
Removed from v.1648  
changed lines
  Added in v.1649

  ViewVC Help
Powered by ViewVC