diff options
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index e637532e93..d1b5a78af7 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -22,7 +22,7 @@ #ifndef _PHP_PGSQL_H #define _PHP_PGSQL_H -#if COMPILE_DL +#if COMPILE_DL || COMPILE_DL_PGSQL #undef HAVE_PGSQL #define HAVE_PGSQL 1 #endif |