[xiph-commits] r10382 - trunk/ao
thomasvs at svn.xiph.org
thomasvs at svn.xiph.org
Tue Nov 15 02:48:27 PST 2005
Author: thomasvs
Date: 2005-11-15 02:48:24 -0800 (Tue, 15 Nov 2005)
New Revision: 10382
Modified:
trunk/ao/configure.in
Log:
Fix #740 - doubling LDFLAGS
Modified: trunk/ao/configure.in
===================================================================
--- trunk/ao/configure.in 2005-11-15 10:47:33 UTC (rev 10381)
+++ trunk/ao/configure.in 2005-11-15 10:48:24 UTC (rev 10382)
@@ -35,7 +35,6 @@
dnl ====================================
cflags_save="$CFLAGS"
-ldflags_save="$LDFLAGS"
if test -z "$GCC"; then
case $host in
*-*-irix*)
@@ -85,7 +84,6 @@
CFLAGS="$CFLAGS $cflags_save"
DEBUG="$DEBUG $cflags_save"
PROFILE="$PROFILE $cflags_save"
-LDFLAGS="$LDFLAGS $ldflags_save"
AC_SUBST(DEBUG)
More information about the commits
mailing list