blob: 35366646d1e14f435d6d2a3796155ab6954570a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile.bak
+++ b/Makefile
@@ -19,7 +19,7 @@
has_termbox := $(shell $(LD) $(phpspy_ldflags) -ltermbox -o/dev/null >/dev/null 2>&1 && echo :)
has_phpconf := $(shell command -v php-config >/dev/null 2>&1 && echo :)
-$(or $(has_pthread), $(error Need libpthread))
+#$(or $(has_pthread), $(error Need libpthread))
ifdef USE_ZEND
$(or $(has_phpconf), $(error Need php-config))
|