From: Guido van Rossum Date: Tue, 27 Apr 1999 22:06:08 +0000 (+0000) Subject: Need to double the macro brackets in FreeBSD check. X-Git-Tag: v1.6a1~1441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8acf72afa2a057cc72b86420e4ee3e17aece142;p=thirdparty%2FPython%2Fcpython.git Need to double the macro brackets in FreeBSD check. (My fault, not Dom's -- he submitted a correct patch to configure.) --- diff --git a/configure b/configure index 832772251773..9c99a21a3ad2 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.104 +# From configure.in Revision: 1.105 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2246,7 +2246,7 @@ then fi ;; Linux*) LDSHARED="gcc -shared";; dgux*) LDSHARED="ld -G";; - FreeBSD*/34*) LDSHARED="gcc -shared";; + FreeBSD*/[34]*) LDSHARED="gcc -shared";; FreeBSD*|OpenBSD*) LDSHARED="ld -Bshareable";; NetBSD*) if [ "`$CC -dM -E -