summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-02 20:45:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-02 20:45:21 (GMT)
commitece919eb0fd24bcb6fa095049a163ceb96316043 (patch)
treea8197913f91ed952c808ff2f899b687e9d54d114 /configure
parentb6f424043d267eac9c870d9991a6453a821ff81d (diff)
downloadcpython-ece919eb0fd24bcb6fa095049a163ceb96316043.zip
cpython-ece919eb0fd24bcb6fa095049a163ceb96316043.tar.gz
cpython-ece919eb0fd24bcb6fa095049a163ceb96316043.tar.bz2
Fix bad quoting in r87639. Caught by Arfrever.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 590aa49..b143c4e 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 87577 .
+# From configure.in Revision: 87639 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
@@ -7535,8 +7535,8 @@ then
esac
fi;;
NetBSD*|DragonFly*)
- LDSHARED="$(CC) -shared"
- LDCXXSHARED="$(CXX) -shared";;
+ LDSHARED='$(CC) -shared'
+ LDCXXSHARED='$(CXX) -shared';;
OpenUNIX*|UnixWare*)
if test "$GCC" = "yes" ; then
LDSHARED='$(CC) -shared'