/[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 1895 by persson, Sun May 3 12:15:40 2009 UTC revision 1931 by persson, Sat Jul 4 14:58:34 2009 UTC
# Line 53  PKG_PROG_PKG_CONFIG Line 53  PKG_PROG_PKG_CONFIG
53  ###########################################################################  ###########################################################################
54  # General Checks  # General Checks
55    
56    AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
57    
58  AC_MSG_CHECKING([whether x86 architecture])  AC_MSG_CHECKING([whether x86 architecture])
59  def_arch_x86=0  def_arch_x86=0
60  case $host_cpu in  case $host_cpu in
# Line 1235  AM_INIT_AUTOMAKE(linuxsampler, "$LINUXSA Line 1237  AM_INIT_AUTOMAKE(linuxsampler, "$LINUXSA
1237    
1238  AC_LANG_CPLUSPLUS  AC_LANG_CPLUSPLUS
1239    
 # 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  
   
1240  # 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
1241  # this, the dlfcn.h check in am_prog_libtool may fail.  # this, the dlfcn.h check in am_prog_libtool may fail.
1242  AC_CHECK_HEADER(stdlib.h)  AC_CHECK_HEADER(stdlib.h)

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

  ViewVC Help
Powered by ViewVC