[Python-checkins] CVS: python/dist/src configure.in,1.253,1.254

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 05 Sep 2001 12:11:51 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv19236

Modified Files:
	configure.in 
Log Message:
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. ;-)


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.253
retrieving revision 1.254
diff -C2 -d -r1.253 -r1.254
*** configure.in	2001/09/05 14:58:11	1.253
--- configure.in	2001/09/05 19:11:49	1.254
***************
*** 1168,1172 ****
  # -I${DLINCLDIR} is added to the compile rule for importdl.o
  AC_SUBST(DLINCLDIR)
! DLINCLDIR=/
  
  AC_MSG_CHECKING(for --with-sgi-dl)
--- 1168,1172 ----
  # -I${DLINCLDIR} is added to the compile rule for importdl.o
  AC_SUBST(DLINCLDIR)
! DLINCLDIR=.
  
  AC_MSG_CHECKING(for --with-sgi-dl)