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. ;-)
This commit is contained in:
Guido van Rossum 2001-09-05 19:13:16 +00:00
parent 97bac53c14
commit 98935bff0a
2 changed files with 3 additions and 3 deletions

View file

@ -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,