/[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 1258 by schoenebeck, Tue May 29 23:59:36 2007 UTC revision 1259 by schoenebeck, Tue Jun 26 21:41:09 2007 UTC
# Line 5  AC_INIT(configure.in) Line 5  AC_INIT(configure.in)
5    
6  LINUXSAMPLER_RELEASE_MAJOR=0  LINUXSAMPLER_RELEASE_MAJOR=0
7  LINUXSAMPLER_RELEASE_MINOR=4  LINUXSAMPLER_RELEASE_MINOR=4
8  LINUXSAMPLER_RELEASE_BUILD=0.5cvs  LINUXSAMPLER_RELEASE_BUILD=0.6cvs
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  fi Line 348  fi
348  # TODO: should we use AC_ARG_VAR(variable, description) instead?  # TODO: should we use AC_ARG_VAR(variable, description) instead?
349    
350  AC_ARG_ENABLE(asm,  AC_ARG_ENABLE(asm,
351    [  --enable-asm    [  --disable-asm
352                            Enable hand-crafted assembly optimizations                            Enable hand-crafted assembly optimizations
353                            (default=off). LinuxSampler provides CPU specific                            (default=on). LinuxSampler provides CPU specific
354                            assembly optimizations for the most important                            assembly optimizations. This is currently limited
355                            synthesis algorithms. This is currently disabled                            to just enter a fast (denormal) FPU mode on x86
356                            by default since current asm code is broken.],                            platforms. There are currently no synthesis core
357    [config_asm="yes"],                            assembly optimizations anymore since LS 0.4.0],
358    [config_asm="no"]    [config_asm="no"],
359      [config_asm="yes"]
360  )  )
361  if test "$config_asm" = "yes"; then  if test "$config_asm" = "yes"; then
362    AC_DEFINE_UNQUOTED(CONFIG_ASM, 1, [Define to 1 if you want to enable hand-crafted asm optimizations.])    AC_DEFINE_UNQUOTED(CONFIG_ASM, 1, [Define to 1 if you want to enable asm optimizations.])
363  fi  fi
364    
365  AC_ARG_ENABLE(dev-mode,  AC_ARG_ENABLE(dev-mode,

Legend:
Removed from v.1258  
changed lines
  Added in v.1259

  ViewVC Help
Powered by ViewVC