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

Diff of /linuxsampler/trunk/configure.ac

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

revision 3763 by schoenebeck, Sun Apr 5 20:15:57 2020 UTC revision 3764 by schoenebeck, Sun Apr 5 21:41:27 2020 UTC
# Line 3  Line 3 
3    
4  m4_define(linuxsampler_release_major, 2)  m4_define(linuxsampler_release_major, 2)
5  m4_define(linuxsampler_release_minor, 1)  m4_define(linuxsampler_release_minor, 1)
6  m4_define(linuxsampler_release_build, 1.svn51)  m4_define(linuxsampler_release_build, 1.svn52)
7    
8    
9  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])
# Line 860  if test "$config_rt_exceptions" = "yes"; Line 860  if test "$config_rt_exceptions" = "yes";
860    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.])
861  fi  fi
862    
863  config_pthread_testcancel="$mac"  AC_CHECK_FUNC(pthread_testcancel,
864  AC_ARG_ENABLE(pthread-testcancel,    [config_pthread_testcancel="yes"],
865    [  --enable-pthread-testcancel    [config_pthread_testcancel="no"]
866                            Enable pthread_testcancel() calls and avoid  )
                           asynchronous cancel of pthreads (default=yes  
                           for Mac targets, no otherwise).],  
   [config_pthread_testcancel="$enableval"],  
   [])  
867  if test "$config_pthread_testcancel" = "yes"; then  if test "$config_pthread_testcancel" = "yes"; then
868    AC_DEFINE_UNQUOTED(CONFIG_PTHREAD_TESTCANCEL, 1, [Define to 1 to enable pthread_testcancel() calls.])    AC_DEFINE_UNQUOTED(CONFIG_PTHREAD_TESTCANCEL, 1, [Define to 1 if pthread_testcancel() is available.])
869  fi  fi
870    
871  AC_ARG_ENABLE(preload-samples,  AC_ARG_ENABLE(preload-samples,

Legend:
Removed from v.3763  
changed lines
  Added in v.3764

  ViewVC Help
Powered by ViewVC