Update of /cvsroot/audacity/audacity-src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv24830
Modified Files:
Tag: AUDACITY_1_2
configure.in configure
Log Message:
Allow compilation with gcc-3.3.
Index: configure
===================================================================
RCS file: /cvsroot/audacity/audacity-src/configure,v
retrieving revision 1.62.2.18
retrieving revision 1.62.2.19
diff -u -d -r1.62.2.18 -r1.62.2.19
--- configure 15 Nov 2006 03:05:24 -0000 1.62.2.18
+++ configure 15 Nov 2006 03:06:39 -0000 1.62.2.19
@@ -4909,14 +4909,14 @@
CXXFLAGS="-I../lib-src/soundtouch/ $CXXFLAGS"
BUILDLIBS="$BUILDLIBS
soundtouch/source/SoundTouch/.libs/libSoundTouch.a"
EXTRAOBJS="$EXTRAOBJS
../lib-src/soundtouch/source/SoundTouch/.libs/libSoundTouch.a"
- echo "$as_me:$LINENO: checking whether C++ compiler accepts \"-Os\"" >&5
-echo $ECHO_N "checking whether C++ compiler accepts \"-Os\"... $ECHO_C" >&6
-if test "${ax_cv_cxx_flags___Os_+set}" = set; then
+ echo "$as_me:$LINENO: checking whether C++ compiler accepts \"-msse\"" >&5
+echo $ECHO_N "checking whether C++ compiler accepts \"-msse\"... $ECHO_C" >&6
+if test "${ax_cv_cxx_flags___msse_+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ax_save_FLAGS=$CXXFLAGS
- CXXFLAGS=""-Os""
+ CXXFLAGS=""-msse""
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -4954,22 +4954,22 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ax_cv_cxx_flags___Os_=yes
+ ax_cv_cxx_flags___msse_=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-ax_cv_cxx_flags___Os_=no
+ax_cv_cxx_flags___msse_=no
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
CXXFLAGS=$ax_save_FLAGS
fi
-eval ax_check_compiler_flags=$ax_cv_cxx_flags___Os_
+eval ax_check_compiler_flags=$ax_cv_cxx_flags___msse_
echo "$as_me:$LINENO: result: $ax_check_compiler_flags" >&5
echo "${ECHO_T}$ax_check_compiler_flags" >&6
if test "x$ax_check_compiler_flags" = xyes; then
- SOUNDTOUCH_CXXFLAGS="-Os"
+ SOUNDTOUCH_CXXFLAGS="-msse"
else
:
fi
Index: configure.in
===================================================================
RCS file: /cvsroot/audacity/audacity-src/configure.in,v
retrieving revision 1.64.2.18
retrieving revision 1.64.2.19
diff -u -d -r1.64.2.18 -r1.64.2.19
--- configure.in 15 Nov 2006 03:05:24 -0000 1.64.2.18
+++ configure.in 15 Nov 2006 03:06:39 -0000 1.64.2.19
@@ -292,7 +292,7 @@
dnl this is the path we need to make that work
BUILDLIBS="$BUILDLIBS
soundtouch/source/SoundTouch/.libs/libSoundTouch.a"
EXTRAOBJS="$EXTRAOBJS
../lib-src/soundtouch/source/SoundTouch/.libs/libSoundTouch.a"
- AX_CHECK_COMPILER_FLAGS("-Os",[SOUNDTOUCH_CXXFLAGS="-Os"])
+ AX_CHECK_COMPILER_FLAGS("-msse",[SOUNDTOUCH_CXXFLAGS="-msse"])
if test ! -f "lib-src/soundtouch/Makefile"; then
echo "--- Configuring soundtouch";
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs