From 073788340bbde7f27173cee1016be7974dcaaf0a Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 29 Nov 2002 17:19:05 +0000 Subject: [PATCH] MFH --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index d5c805495e..2e5ef8fcd8 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -464,7 +464,7 @@ PHP_MINFO_FUNCTION(pgsql) php_info_print_table_header(2, "PostgreSQL Support", "enabled"); #if HAVE_PG_CONFIG_H php_info_print_table_row(2, "PostgreSQL(libpq) Version", PG_VERSION); -#ifdef MULTIBYTE +#ifdef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT php_info_print_table_row(2, "Multibyte charater support", "enabled"); #else php_info_print_table_row(2, "Multibyte charater support", "disabled"); -- 2.50.1