/[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 1895 by persson, Sun May 3 12:15:40 2009 UTC revision 1899 by persson, Sun May 10 16:35:12 2009 UTC
# Line 1235  AM_INIT_AUTOMAKE(linuxsampler, "$LINUXSA Line 1235  AM_INIT_AUTOMAKE(linuxsampler, "$LINUXSA
1235    
1236  AC_LANG_CPLUSPLUS  AC_LANG_CPLUSPLUS
1237    
 # some gcc 4.0 versions need -msse for SSE register allocations  
 if test "$config_asm" = "yes"; then  
   if test "$def_arch_x86" = 1; then  
     CXXFLAGS="$CXXFLAGS -msse"  
   fi  
 fi  
   
1238  # autoconf 2.59/libtool 1.5.12 bug? work-around. Without a check like  # autoconf 2.59/libtool 1.5.12 bug? work-around. Without a check like
1239  # this, the dlfcn.h check in am_prog_libtool may fail.  # this, the dlfcn.h check in am_prog_libtool may fail.
1240  AC_CHECK_HEADER(stdlib.h)  AC_CHECK_HEADER(stdlib.h)

Legend:
Removed from v.1895  
changed lines
  Added in v.1899

  ViewVC Help
Powered by ViewVC