/[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 1560 by schoenebeck, Thu Dec 6 17:19:16 2007 UTC revision 1649 by nagata, Fri Jan 25 15:06:02 2008 UTC
# Line 52  AC_SUBST(target_cpu) Line 52  AC_SUBST(target_cpu)
52  AC_SUBST(target_os)  AC_SUBST(target_os)
53  AC_SUBST(target_vendor)  AC_SUBST(target_vendor)
54    
55    PKG_PROG_PKG_CONFIG
56    
57  ###########################################################################  ###########################################################################
58  # General Checks  # General Checks
# Line 532  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.1560  
changed lines
  Added in v.1649

  ViewVC Help
Powered by ViewVC