diff options
author | Antony Dovgal <tony2001@php.net> | 2005-04-03 13:06:08 (GMT) |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-04-03 13:06:08 (GMT) |
commit | 1c4eb9b684c5bb2d13876f82896f88d119a00005 (patch) | |
tree | 7ad27007447e05596f54ee6a0ac7723801241d8c /ext | |
parent | b2858fb449cf1d52f460a193fbbe9c4a4e1909bf (diff) | |
download | php-1c4eb9b684c5bb2d13876f82896f88d119a00005.tar.gz |
fix typo
Diffstat (limited to 'ext')
-rw-r--r-- | ext/pgsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 1da8115..f2b56aa 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 |