/[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 936 by schoenebeck, Fri Nov 24 14:05:05 2006 UTC revision 937 by schoenebeck, Fri Nov 24 17:43:09 2006 UTC
# Line 4  AC_INIT(configure.in) Line 4  AC_INIT(configure.in)
4  # LinuxSampler's / liblinuxsampler's "official" release version:  # LinuxSampler's / liblinuxsampler's "official" release version:
5    
6  LINUXSAMPLER_RELEASE_MAJOR=0  LINUXSAMPLER_RELEASE_MAJOR=0
7  LINUXSAMPLER_RELEASE_MINOR=3  LINUXSAMPLER_RELEASE_MINOR=4
8  LINUXSAMPLER_RELEASE_BUILD=3cvs  LINUXSAMPLER_RELEASE_BUILD=0
9    
10  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
11  # The following is the libtool / shared library version. This doesn't have to  # The following is the libtool / shared library version. This doesn't have to
# Line 348  if test "$config_asm" = "yes"; then Line 348  if test "$config_asm" = "yes"; then
348  fi  fi
349    
350  AC_ARG_ENABLE(dev-mode,  AC_ARG_ENABLE(dev-mode,
351    [  --disable-dev-mode    [  --enable-dev-mode
352                            Disable development mode (default=on). In that mode                            Enable development mode (default=off). In that mode
353                            we do some extra sanity checks here and there.                            we do some extra sanity checks here and there.
354                            This helps to spot possible problems, but reduces                            This helps to spot possible problems, but reduces
355                            efficiency a bit],                            efficiency a bit],
356    [config_dev_mode="no"],    [config_dev_mode="yes"],
357    [config_dev_mode="yes"]    [config_dev_mode="no"]
358  )  )
359  if test "$config_dev_mode" = "yes"; then  if test "$config_dev_mode" = "yes"; then
360    AC_DEFINE_UNQUOTED(CONFIG_DEVMODE, 1, [Define to 1 if you want to enable development mode.])    AC_DEFINE_UNQUOTED(CONFIG_DEVMODE, 1, [Define to 1 if you want to enable development mode.])

Legend:
Removed from v.936  
changed lines
  Added in v.937

  ViewVC Help
Powered by ViewVC