Date: Monday April 23, 2001 @ 18:39 Author: cameron Update of /home/netrek/cvsroot/Vanilla/pledit In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv16358/pledit Modified Files: Makefile Log Message: * configure.in: check for ncurses before curses. * pledit/Makefile (LIBS): use the curses library found by configure. Message-ID: <20010423130921.A16948 at hell.ambre.net> **************************************** Index: Vanilla/pledit/Makefile diff -u Vanilla/pledit/Makefile:1.16 Vanilla/pledit/Makefile:1.17 --- Vanilla/pledit/Makefile:1.16 Fri Apr 30 15:19:03 1999 +++ Vanilla/pledit/Makefile Mon Apr 23 18:39:41 2001 @@ -11,7 +11,7 @@ OBJS = main.o edit.o input.o ../ntserv/getpath.o ../ntserv/data.o \ ../ntserv/salt.o HDRS = pledit.h -LIBCURSES = -lcurses +# LIBCURSES = -lcurses LIBS = $(LIBCURSES) $(LIBTERMCAP) $(LIBCRYPT) $(EXTRALIBS) PROGRAM = pledit