[Python-checkins] python/dist/src/PC/os2emx Makefile,1.7,1.8

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Thu, 02 Jan 2003 04:38:42 -0800


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv30816

Modified Files:
	Makefile 
Log Message:
fix a merge mistake - readline not built by default

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile	31 Dec 2002 11:18:08 -0000	1.7
--- Makefile	2 Jan 2003 12:38:39 -0000	1.8
***************
*** 46,50 ****
  #       I have had no success trying to use a DLL version, even with
  #       the multithreading switch.
! GREADLINE=	yes
  # Do you have the BSD DB library (v1.85) as included in the EMXBSD package?
  # NOTE: this library needs to be recompiled with a structure member
--- 46,50 ----
  #       I have had no success trying to use a DLL version, even with
  #       the multithreading switch.
! GREADLINE=	no
  # Do you have the BSD DB library (v1.85) as included in the EMXBSD package?
  # NOTE: this library needs to be recompiled with a structure member