summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-02 20:51:34 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-02 20:51:34 +0000
commitf84a50ae37f90ecd3e347f23b1b6b782bfddc3d8 (patch)
tree99819cf582619dfa64b548725db8b3bcd67cb928 /configure
parent6c69979c37cd845b285c95fd35c6a5161012b94f (diff)
downloadcpython-f84a50ae37f90ecd3e347f23b1b6b782bfddc3d8.tar.gz
Merged revisions 87646 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87646 | antoine.pitrou | 2011-01-02 21:45:21 +0100 (dim., 02 janv. 2011) | 3 lines 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 b80c6d378d..f37819d844 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 86848 .
+# From configure.in Revision: 87640 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 2.7.
#
@@ -7649,8 +7649,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'