summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2015-11-07 19:48:11 -0800
committerBaruch Sterin <baruchs@gmail.com>2015-11-07 19:48:11 -0800
commitb18eb603017955b768fa42b07b735d110807220b (patch)
tree42a6d4ff52c3bdcb6511857b6310ac93a12b42ab /Makefile
parente50fc467fd54420cf262bf5266959f6c02a65bf7 (diff)
downloadabc-b18eb603017955b768fa42b07b735d110807220b.tar.gz
abc-b18eb603017955b768fa42b07b735d110807220b.tar.bz2
abc-b18eb603017955b768fa42b07b735d110807220b.zip
CMakeLists.txt, Makefile: fix a bug in passing the readline options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index cd1d0edd..4b5190d0 100644
--- a/Makefile
+++ b/Makefile
@@ -73,13 +73,6 @@ ifndef ABC_USE_NO_READLINE
$(info $(MSG_PREFIX)Using libreadline)
endif
-# whether to use libreadline
-ifndef ABC_USE_NO_READLINE
- CFLAGS += -DABC_USE_READLINE
- LIBS += -lreadline
- $(info $(MSG_PREFIX)Using libreadline)
-endif
-
# whether to compile with thread support
ifdef ABC_USE_NO_PTHREADS
CFLAGS += -DABC_USE_PTHREADS