Moved COMMANDLINE definitions.

This commit is contained in:
Janet B. Anderson
2002-11-25 23:34:40 +00:00
parent b59f8a3759
commit 9052d64be3
2 changed files with 6 additions and 4 deletions

View File

@@ -39,7 +39,3 @@ endif
SYS_SHRLIB_LIBS += pthread rt
# Command-line input support
COMMANDLINE_LIBRARY = READLINE
LDLIBS_READLINE = -lreadline -lncurses

View File

@@ -12,3 +12,9 @@
# and ldconfig run to inform the system of the shared libraries.
#SHARED_LIBRARIES=YES
# If readline is installed uncomment the following lines
# to get command-line editing and history support
#COMMANDLINE_LIBRARY = READLINE
#LDLIBS_READLINE = -lreadline -lncurses