Commit 395bd727 by Alan Mishchenko

Typo in Makefile.

parent 847ac96f
...@@ -76,7 +76,7 @@ ifndef ABC_USE_NO_READLINE ...@@ -76,7 +76,7 @@ ifndef ABC_USE_NO_READLINE
endif endif
# whether to compile with thread support # whether to compile with thread support
ifdef ABC_USE_NO_PTHREADS ifndef ABC_USE_NO_PTHREADS
CFLAGS += -DABC_USE_PTHREADS CFLAGS += -DABC_USE_PTHREADS
LIBS += -lpthread LIBS += -lpthread
$(info $(MSG_PREFIX)Using pthreads) $(info $(MSG_PREFIX)Using pthreads)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment