summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-16 14:35:52 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-16 14:35:52 (GMT)
commit749af7c1c8dc47b5eed2a6cda0705ab35ea846ee (patch)
tree62bf140a61cfca2feb6723e3074c7318f00ef192 /configure
parent79c970cc49e6edc5e862bb73afa2cc2706705a90 (diff)
downloadcpython-749af7c1c8dc47b5eed2a6cda0705ab35ea846ee.zip
cpython-749af7c1c8dc47b5eed2a6cda0705ab35ea846ee.tar.gz
cpython-749af7c1c8dc47b5eed2a6cda0705ab35ea846ee.tar.bz2
the usual
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fed4d63..1cd3f17 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.58
+# From configure.in Revision: 1.59
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -1784,7 +1784,7 @@ then
hp*|HP*)
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
Linux*) LINKFORSHARED="-rdynamic";;
- next) LINKFORSHARED="-u libsys_s";;
+ next/*) LINKFORSHARED="-u libsys_s";;
SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
IRIX*/6*) LINKFORSHARED="$SGI_ABI -all";;
esac