Update of /cvsroot/audacity/lib-src/soundtouch
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv12812

Modified Files:
        configure configure.ac 
Log Message:
Determine if the -msse flag should be used


Index: configure.ac
===================================================================
RCS file: /cvsroot/audacity/lib-src/soundtouch/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.ac        4 Oct 2006 23:00:56 -0000       1.5
+++ configure.ac        13 Jun 2007 02:51:36 -0000      1.6
@@ -89,6 +89,14 @@
         AC_DEFINE(FLOAT_SAMPLES,1,[Use Float as Sample type])
 fi
 
+dnl LLL: Added to choose whether to use -msse or not
+AC_SUBST(FLAG_SSE)
+FLAG_SSE=
+saveflags=$CXXFLAGS
+CXXFLAGS="$CXXFLAGS -msse"
+AC_TRY_COMPILE([],[],[FLAG_SSE="-msse"])
+CXXFLAGS="$saveflags"
+dnl LLL: Added to choose whether to use -msse or not
 
 
 

Index: configure
===================================================================
RCS file: /cvsroot/audacity/lib-src/soundtouch/configure,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- configure   4 Oct 2006 23:00:56 -0000       1.7
+++ configure   13 Jun 2007 02:51:35 -0000      1.8
@@ -1,11 +1,10 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60a for SoundTouch 1.3.1.
+# Generated by GNU Autoconf 2.59 for SoundTouch 1.3.1.
 #
 # Report bugs to <http://www.surina.net/soundtouch>.
 #
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
[...11527 lines suppressed...]
+    test ! -n "$as_dirs" || mkdir $as_dirs
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory 
$dirpart/$fdir" >&5
+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
    { (exit 1); exit 1; }; }; }
+
     # echo "creating $dirpart/$file"
     echo '# dummy' > "$dirpart/$file"
   done
 done
  ;;
-
   esac
-done # for ac_tag
+done
+_ACEOF
 
+cat >>$CONFIG_STATUS <<\_ACEOF
 
 { (exit 0); exit 0; }
 _ACEOF


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to