summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2005-11-15 10:35:47 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2005-11-15 10:35:47 +0000
commitdc6e16e404836d7fa92574ef5bb2cee78dc8ca99 (patch)
treed8b33052af0bff51b62f2410dcdcb5de72faa023 /configure.in
parent6dbe5fa14f80e8ab959ac5ac36462538be3a1a8d (diff)
downloadogg-dc6e16e404836d7fa92574ef5bb2cee78dc8ca99.tar.gz
Fix #740 - doubling LDFLAGS
git-svn-id: http://svn.xiph.org/trunk/ogg@10373 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a878bce..03088cf 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,6 @@ AM_CONFIG_HEADER(config.h)
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 @@ fi
CFLAGS="$CFLAGS $cflags_save"
DEBUG="$DEBUG $cflags_save"
PROFILE="$PROFILE $cflags_save"
-LDFLAGS="$LDFLAGS $ldflags_save"
dnl Checks for programs.