summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-05 19:13:16 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-05 19:13:16 (GMT)
commit98935bff0af8b65d52cd849981e5eb020f3a1a56 (patch)
treebee8f17a6508aa589b50d7fc456c267a13913637 /configure.in
parent97bac53c14d0e1207c513e649f211c753cb45ba0 (diff)
downloadcpython-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.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ce059d1..c13e848 100644
--- a/configure.in
+++ b/configure.in
@@ -1167,7 +1167,7 @@ fi],
# -I${DLINCLDIR} is added to the compile rule for importdl.o
AC_SUBST(DLINCLDIR)
-DLINCLDIR=/
+DLINCLDIR=.
AC_MSG_CHECKING(for --with-sgi-dl)
AC_ARG_WITH(sgi-dl,