[xiph-commits] r10380 - trunk/theora
thomasvs at svn.xiph.org
thomasvs at svn.xiph.org
Tue Nov 15 02:46:19 PST 2005
Author: thomasvs
Date: 2005-11-15 02:46:17 -0800 (Tue, 15 Nov 2005)
New Revision: 10380
Modified:
trunk/theora/configure.ac
Log:
Fix #740 - doubling LDFLAGS
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2005-11-15 10:45:57 UTC (rev 10379)
+++ trunk/theora/configure.ac 2005-11-15 10:46:17 UTC (rev 10380)
@@ -84,7 +84,6 @@
dnl Set some target options
cflags_save="$CFLAGS"
-ldflags_save="$LDFLAGS"
if test -z "$GCC"; then
case $host in
*)
@@ -102,7 +101,6 @@
esac
fi
CFLAGS="$CFLAGS $cflags_save"
-LDFLAGS="$LDFLAGS $ldflags_save"
# Test whenever ld supports -version-script
AC_PROG_LD
More information about the commits
mailing list