[xiph-commits] r10381 - trunk/vorbis-tools
thomasvs at svn.xiph.org
thomasvs at svn.xiph.org
Tue Nov 15 02:47:35 PST 2005
Author: thomasvs
Date: 2005-11-15 02:47:33 -0800 (Tue, 15 Nov 2005)
New Revision: 10381
Modified:
trunk/vorbis-tools/configure.ac
Log:
Fix #740 - doubling LDFLAGS
Modified: trunk/vorbis-tools/configure.ac
===================================================================
--- trunk/vorbis-tools/configure.ac 2005-11-15 10:46:17 UTC (rev 10380)
+++ trunk/vorbis-tools/configure.ac 2005-11-15 10:47:33 UTC (rev 10381)
@@ -36,7 +36,6 @@
dnl --------------------------------------------------
cflags_save="$CFLAGS"
-ldflags_save="$LDFLAGS"
if test -z "$GCC"; then
case $host in
*-*-irix*)
@@ -82,7 +81,6 @@
CFLAGS="$CFLAGS $cflags_save"
DEBUG="$DEBUG $cflags_save"
PROFILE="$PROFILE $cflags_save"
-LDFLAGS="$LDFLAGS $ldflags_save"
dnl --------------------------------------------------
dnl Allow tools to be selectively built
More information about the commits
mailing list