summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4
index a7c766e377..90e2e60725 100644
--- a/ext/mysqli/config.m4
+++ b/ext/mysqli/config.m4
@@ -22,7 +22,7 @@ if test "$PHP_MYSQLI" != "no"; then
fi
if test "$PHP_EMBEDDED_MYSQLI" = "yes"; then
- AC_DEFINE(HAVE_EMBEDDED_MYSQLI, 1, [embedded MySQL support enabled])
+ AC_DEFINE(HAVE_EMBEDDED_MYSQLI, 1, [embedded MySQL support enabled])
MYSQL_LIB_CFG='--libmysqld-libs'
else
MYSQL_LIB_CFG='--libs'