summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/config9.m4
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-07-14 09:02:26 +0000
committerJani Taskinen <jani@php.net>2008-07-14 09:02:26 +0000
commit1e2b2bbeaeb1cf0d18abeee55a572dbd9cf5b2e4 (patch)
tree568a895280ab04721f49af1c3b14d6beefbc5892 /ext/mysqlnd/config9.m4
parent4db24954fb6986fbb68b53088339c9c412c362a2 (diff)
downloadphp-git-1e2b2bbeaeb1cf0d18abeee55a572dbd9cf5b2e4.tar.gz
- Some config*.m4 file cleanups: NO tabs in these!
Diffstat (limited to 'ext/mysqlnd/config9.m4')
-rw-r--r--ext/mysqlnd/config9.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4
index de1d53d31b..08a38e8afb 100644
--- a/ext/mysqlnd/config9.m4
+++ b/ext/mysqlnd/config9.m4
@@ -4,8 +4,8 @@ dnl config.m4 for mysqlnd driver
PHP_ARG_ENABLE(mysqlnd_threading, whether to enable threaded fetch in mysqlnd,
-[ --enable-mysqlnd-threading mysqlnd: Enable threaded fetch], no, no)
-
+[ --enable-mysqlnd-threading
+ MYSQLND: Enable threaded fetch. Note: This forces ZTS on!], no, no)
dnl If some extension uses mysqlnd it will get compiled in PHP core
if test "$PHP_MYSQLND_ENABLED" = "yes"; then
@@ -26,7 +26,6 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then
AC_DEFINE([MYSQLND_THREADED], 1, [Whether mysqlnd threading is enabled])
fi
-
dnl This creates a file so it has to be after above macros
PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t], [
$ext_builddir/php_mysqlnd_config.h