Fix curses library detection.
A custom autoconf macro searched for the curses library, and provided an option to use ncurses instead of a (presumably deficient) curses implementation. Unfortunately, some of the Makefiles ignored the search's results. Now that this is fixed, building against pdcurses should be easier too.
This commit is contained in:
parent
c4365554c4
commit
eab5aa2ec4
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ CPPFLAGS =@DEFS@
|
|||
ROPTS =
|
||||
COPTS =
|
||||
CFLAGS= $(COPTS) $(ROPTS)
|
||||
LIBS = -lcurses
|
||||
LIBS = @LIBS@
|
||||
RM = rm -f
|
||||
LD = $(CC)
|
||||
LDOUT = -o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue