From: Antony Dovgal Date: Sun, 3 Apr 2005 13:06:08 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.0.1b1~628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c4eb9b684c5bb2d13876f82896f88d119a00005;p=php fix typo --- diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 1da8115c90..f2b56aa628 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -88,7 +88,7 @@ if test "$PHP_PGSQL" != "no"; then AC_CHECK_LIB(pq, PQputCopyEnd,AC_DEFINE(HAVE_PQPUTCOPYEND,1,[PostgreSQL 7.4 or later])) AC_CHECK_LIB(pq, PQgetCopyData,AC_DEFINE(HAVE_PQGETCOPYDATA,1,[PostgreSQL 7.4 or later])) AC_CHECK_LIB(pq, PQsetErrorVerbosity,AC_DEFINE(HAVE_PQSETERRORVERBOSITY,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