diff options
author | foobar <sniper@php.net> | 2003-12-08 18:57:09 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-12-08 18:57:09 +0000 |
commit | 3c0eb788fa009cf32073f758034f2c95eeccd869 (patch) | |
tree | 8de8e13abdaee8a78c94b904efdbeebcbae55213 /ext/mysqli | |
parent | b3db0ed516be5f841e2aaefda1c9a6dddc56908f (diff) | |
download | php-git-3c0eb788fa009cf32073f758034f2c95eeccd869.tar.gz |
ws
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/config.m4 | 2 |
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' |