[xiph-commits] r10373 - trunk/ogg

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Tue Nov 15 02:35:48 PST 2005


Author: thomasvs
Date: 2005-11-15 02:35:47 -0800 (Tue, 15 Nov 2005)
New Revision: 10373

Modified:
   trunk/ogg/configure.in
Log:
Fix #740 - doubling LDFLAGS

Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in	2005-11-15 10:35:26 UTC (rev 10372)
+++ trunk/ogg/configure.in	2005-11-15 10:35:47 UTC (rev 10373)
@@ -23,7 +23,6 @@
 dnl Set some options based on environment
 
 cflags_save="$CFLAGS"
-ldflags_save="$LDFLAGS"
 if test -z "$GCC"; then
         case $host in 
         *-*-irix*)
@@ -69,7 +68,6 @@
 CFLAGS="$CFLAGS $cflags_save"
 DEBUG="$DEBUG $cflags_save"
 PROFILE="$PROFILE $cflags_save"
-LDFLAGS="$LDFLAGS $ldflags_save"
 
 dnl Checks for programs.
 



More information about the commits mailing list