summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-31 07:58:45 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-05-31 07:58:45 +0000
commitbe4c6f296499b210dd3a52b2777e2872f11e7fc4 (patch)
tree87dc0b6a0cb5102578f9308aa5a854c73d4352dd /configure
parent65911c53b32bf230a791f0af46db8df749efdba8 (diff)
downloadcpython-be4c6f296499b210dd3a52b2777e2872f11e7fc4.tar.gz
Modified Patch #745620: build shared lib as ".so" for NetBSD.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1c253bc14a..5439d26b67 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.412 .
+# From configure.in Revision: 1.413 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
@@ -3268,7 +3268,7 @@ _ACEOF
BLDLIBRARY='-Wl,-rpath,$(LIBDIR) -L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
;;
- Linux*|GNU*)
+ Linux*|GNU*|NetBSD*)
LDLIBRARY='libpython$(VERSION).so'
BLDLIBRARY='-L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH