summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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