summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-04-03 13:06:33 +0000
committerAntony Dovgal <tony2001@php.net>2005-04-03 13:06:33 +0000
commit43b641eab91aade36c49b879e21998a03f33043b (patch)
tree1ec342a1e704fa7efa066b22624d019a06295d15
parent8325a296cbdd2a52bde46ead2808fd3166fb787d (diff)
downloadphp-git-43b641eab91aade36c49b879e21998a03f33043b.tar.gz
MFH: fix typo
-rw-r--r--ext/pgsql/config.m42
1 files changed, 1 insertions, 1 deletions
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