]> granicus.if.org Git - python/commitdiff
fix quotes
authorBenjamin Peterson <benjamin@python.org>
Sun, 14 Mar 2010 15:06:14 +0000 (15:06 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 14 Mar 2010 15:06:14 +0000 (15:06 +0000)
configure
configure.in

index eaf822a5b7c5f6889b6ce54059fbf10b124e9ae1..8ca3fe0b1a7f30d281096eb0441446aeb39f005e 100755 (executable)
--- 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;;
index 20e54fca0562bbcff13072e0417f3c02c147f99c..31f51ef31961e69aeb6cab73d4036d67ff619fed 100644 (file)
@@ -1829,7 +1829,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;;