From: Antony Dovgal Date: Sun, 3 Apr 2005 13:06:33 +0000 (+0000) Subject: MFH: fix typo X-Git-Tag: php-5.0.5RC1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43b641eab91aade36c49b879e21998a03f33043b;p=php MFH: fix typo --- diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index ed8437e163..544776abc9 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -76,7 +76,7 @@ if test "$PHP_PGSQL" != "no"; then AC_CHECK_LIB(pq, PQparameterStatus,AC_DEFINE(HAVE_PQPARAMETERSTATUS,1,[PostgreSQL 7.4 or later])) AC_CHECK_LIB(pq, PQprotocolVersion,AC_DEFINE(HAVE_PQPROTOCOLVERSION,1,[PostgreSQL 7.4 or later])) AC_CHECK_LIB(pq, PQtransactionStatus,AC_DEFINE(HAVE_PGTRANSACTIONSTATUS,1,[PostgreSQL 7.4 or later])) - AC_CHECK_LIB(pq, pg_encoding_to_char,AC_DEFINE(HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT,1,[Whether libpq is compiled with --enable-multibye])) + AC_CHECK_LIB(pq, pg_encoding_to_char,AC_DEFINE(HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT,1,[Whether libpq is compiled with --enable-multibyte])) LIBS=$old_LIBS LDFLAGS=$old_LDFLAGS