]> granicus.if.org Git - php/commitdiff
MFH
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 29 Nov 2002 17:19:05 +0000 (17:19 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 29 Nov 2002 17:19:05 +0000 (17:19 +0000)
ext/pgsql/pgsql.c

index d5c805495e6f0d2d740fe20588e3ba139826a9fb..2e5ef8fcd8928a478216252eecf9ae3b5ea5af44 100644 (file)
@@ -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");