summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a6530ee6f5..873c5825ab 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -12,7 +12,7 @@ include $(LEVEL)/Makefile.config
PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
-ifeq ($(ENABLE_THREADS),1)
+ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT
endif