summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.m4 b/src/config.m4
index 619dcbd..1c1fd62 100644
--- a/src/config.m4
+++ b/src/config.m4
@@ -41,6 +41,13 @@ if test "$PHP_DEBUG" = "yes"; then
41 fi 41 fi
42fi 42fi
43 43
44AC_MSG_CHECKING([for NTS])
45if test "$PHP_THREAD_SAFETY" != "no"; then
46 AC_MSG_ERROR([ZTS (thread safe) is not supported, please use NTS (standard) build of PHP])
47else
48 AC_MSG_RESULT([ok])
49fi
50
44AC_CHECK_LIB(pcre, pcre_compile, AC_DEFINE(HAVE_PCRE, 1, [have pcre])) 51AC_CHECK_LIB(pcre, pcre_compile, AC_DEFINE(HAVE_PCRE, 1, [have pcre]))
45 52
46if test "$PHP_SNUFFLEUPAGUS" = "yes"; then 53if test "$PHP_SNUFFLEUPAGUS" = "yes"; then