From: Martin v. Löwis Date: Mon, 30 Sep 2002 11:17:27 +0000 (+0000) Subject: Patch #596576: Always use cc to link on NetBSD. Will backport to 2.2. X-Git-Tag: v2.3c1~3944 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d61888b60a9c35e452b0d13ba2336d9d96459c7e;p=thirdparty%2FPython%2Fcpython.git Patch #596576: Always use cc to link on NetBSD. Will backport to 2.2. --- diff --git a/configure b/configure index 73d08c6239a5..62d66a1399b3 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.346 . +# From configure.in Revision: 1.347 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -8878,13 +8878,14 @@ then Linux*|GNU*) LDSHARED='$(CC) -shared';; dgux*) LDSHARED="ld -G";; BSD/OS*/4*) LDSHARED="gcc -shared";; - OpenBSD*|NetBSD*|FreeBSD*) + OpenBSD*|FreeBSD*) if [ "`$CC -dM -E -