Commit 98935bff authored by Guido van Rossum's avatar Guido van Rossum

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. ;-)
parent 97bac53c
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.253 # From configure.in Revision: 1.254
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 # Generated automatically using autoconf version 2.13
...@@ -4435,7 +4435,7 @@ fi ...@@ -4435,7 +4435,7 @@ fi
# -I${DLINCLDIR} is added to the compile rule for importdl.o # -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 $ac_n "checking for --with-sgi-dl""... $ac_c" 1>&6
echo "configure:4442: checking for --with-sgi-dl" >&5 echo "configure:4442: checking for --with-sgi-dl" >&5
......
...@@ -1167,7 +1167,7 @@ fi], ...@@ -1167,7 +1167,7 @@ fi],
# -I${DLINCLDIR} is added to the compile rule for importdl.o # -I${DLINCLDIR} is added to the compile rule for importdl.o
AC_SUBST(DLINCLDIR) AC_SUBST(DLINCLDIR)
DLINCLDIR=/ DLINCLDIR=.
AC_MSG_CHECKING(for --with-sgi-dl) AC_MSG_CHECKING(for --with-sgi-dl)
AC_ARG_WITH(sgi-dl, AC_ARG_WITH(sgi-dl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment