Typo in Makefile.

This commit is contained in:
Alan Mishchenko 2016-04-12 11:16:22 -07:00
parent 847ac96f6e
commit 395bd727a1
1 changed files with 1 additions and 1 deletions

View File

@ -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)