mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
97bac53c14
commit
98935bff0a
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue