summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-03-19 15:15:32 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-03-19 15:15:32 +0000
commit3502e7421b2640a6aee969083e5be54cfd5845e1 (patch)
treea41843ec44c9974edead3873991654e4cc2cde93 /configure
parent6406a74aa498b13cc80334a32bf209e9db4bc13f (diff)
downloadcpython-3502e7421b2640a6aee969083e5be54cfd5845e1.tar.gz
Expand LINKCC in configure.in. Suggested in bug report #529713.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 14297567df..ee4ce43acc 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.296
+# From configure.in Revision: 1.297
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -1430,9 +1430,9 @@ then
AIX*)
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
dgux*)
- LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
+ LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
Monterey64*)
- LINKCC="$(LINKCC) -L/usr/lib/ia64l64";;
+ LINKCC="$LINKCC -L/usr/lib/ia64l64";;
esac
fi
echo "$ac_t""$LINKCC" 1>&6