[xiph-commits] r10377 - trunk/vorbis
thomasvs at svn.xiph.org
thomasvs at svn.xiph.org
Tue Nov 15 02:40:22 PST 2005
Author: thomasvs
Date: 2005-11-15 02:40:20 -0800 (Tue, 15 Nov 2005)
New Revision: 10377
Modified:
trunk/vorbis/configure.in
Log:
Fix #740 - doubling LDFLAGS
Modified: trunk/vorbis/configure.in
===================================================================
--- trunk/vorbis/configure.in 2005-11-15 10:39:30 UTC (rev 10376)
+++ trunk/vorbis/configure.in 2005-11-15 10:40:20 UTC (rev 10377)
@@ -76,7 +76,6 @@
dnl Set some target options
cflags_save="$CFLAGS"
-ldflags_save="$LDFLAGS"
if test -z "$GCC"; then
case $host in
*-*-irix*)
@@ -171,7 +170,6 @@
esac
fi
CFLAGS="$CFLAGS $cflags_save"
-LDFLAGS="$LDFLAGS $ldflags_save"
dnl --------------------------------------------------
dnl Check for headers
More information about the commits
mailing list