summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-04-12 11:16:22 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-04-12 11:16:22 -0700
commit395bd727a17fc68c12c5963e11a7f2d99a1d012b (patch)
treeccde306dcec90fc3302e3d0471c5a305ea880f18 /Makefile
parent847ac96f6e9bad90e43550fb063988638fdd995c (diff)
downloadabc-395bd727a17fc68c12c5963e11a7f2d99a1d012b.tar.gz
abc-395bd727a17fc68c12c5963e11a7f2d99a1d012b.tar.bz2
abc-395bd727a17fc68c12c5963e11a7f2d99a1d012b.zip
Typo in Makefile.
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)