summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdc9822b..2fc63936 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ ifndef ABC_USE_NO_READLINE
endif
# whether to compile with thread support
-ifdef ABC_USE_NO_PTHREADS
+ifndef ABC_USE_NO_PTHREADS
CFLAGS += -DABC_USE_PTHREADS
LIBS += -lpthread
$(info $(MSG_PREFIX)Using pthreads)