Make the readline the default on linux IOCs.

This commit is contained in:
W. Eric Norum
2003-04-03 19:07:48 +00:00
parent 9752b0612d
commit 7d5128ca9b

View File

@@ -17,7 +17,7 @@
# c) Add the runtime path to /etc/ld.so.conf and run ldconfig
# to inform the system of the shared library location.
# If readline is installed uncomment the following line
# to get command-line editing and history support
#COMMANDLINE_LIBRARY = READLINE
# If readline is not installed comment the following line
# to omit command-line editing and history support
COMMANDLINE_LIBRARY = READLINE
LDLIBS_READLINE = -lreadline -lncurses