summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-14 15:06:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-14 15:06:14 (GMT)
commit3b2abe95e57e70055ddcdda8f8fd50e93196bcd4 (patch)
treeb1eed9ed6f809055d85248a43e5937cbfc899455 /configure
parent11d932372bab6b409e48116ec90311f36c0a9efd (diff)
downloadcpython-3b2abe95e57e70055ddcdda8f8fd50e93196bcd4.zip
cpython-3b2abe95e57e70055ddcdda8f8fd50e93196bcd4.tar.gz
cpython-3b2abe95e57e70055ddcdda8f8fd50e93196bcd4.tar.bz2
fix quotes
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index eaf822a..8ca3fe0 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 78819 .
+# From configure.in Revision: 78962 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -14860,7 +14860,7 @@ then
FreeBSD*)
if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
then
- LDSHARED="$(CC) -shared ${LDFLAGS}"
+ LDSHARED='$(CC) -shared ${LDFLAGS}'
else
LDSHARED="ld -Bshareable ${LDFLAGS}"
fi;;