Fix bad quoting in r87639. Caught by Arfrever.
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 @@
 				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'