diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 86752 . +# From configure.in Revision: 87641 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for python 3.1. # @@ -7563,7 +7563,7 @@ then ;; esac fi;; - NetBSD*|DragonFly*) LDSHARED="$(CC) -shared ${LDFLAGS}";; + NetBSD*|DragonFly*) LDSHARED='$(CC) -shared ${LDFLAGS}';; OpenUNIX*|UnixWare*) if test "$GCC" = "yes" then LDSHARED='$(CC) -shared' diff --git a/configure.in b/configure.in index c94ea6e..e6be5ca 100644 --- a/configure.in +++ b/configure.in @@ -1814,7 +1814,7 @@ then ;; esac fi;; - NetBSD*|DragonFly*) LDSHARED="$(CC) -shared ${LDFLAGS}";; + NetBSD*|DragonFly*) LDSHARED='$(CC) -shared ${LDFLAGS}';; OpenUNIX*|UnixWare*) if test "$GCC" = "yes" then LDSHARED='$(CC) -shared' |