diff options
author | Guido van Rossum <guido@python.org> | 2001-09-05 19:13:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-09-05 19:13:16 (GMT) |
commit | 98935bff0af8b65d52cd849981e5eb020f3a1a56 (patch) | |
tree | bee8f17a6508aa589b50d7fc456c267a13913637 /configure | |
parent | 97bac53c14d0e1207c513e649f211c753cb45ba0 (diff) | |
download | cpython-98935bff0af8b65d52cd849981e5eb020f3a1a56.zip cpython-98935bff0af8b65d52cd849981e5eb020f3a1a56.tar.gz cpython-98935bff0af8b65d52cd849981e5eb020f3a1a56.tar.bz2 |
SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro).
I don't know what difference it makes, but '/' indeed makes less sense
as an include dir than '.', so I'm changing the default. Just so I
can close the bug. ;-)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.253 +# From configure.in Revision: 1.254 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -4435,7 +4435,7 @@ fi # -I${DLINCLDIR} is added to the compile rule for importdl.o -DLINCLDIR=/ +DLINCLDIR=. echo $ac_n "checking for --with-sgi-dl""... $ac_c" 1>&6 echo "configure:4442: checking for --with-sgi-dl" >&5 |