diff options
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 5e2e83e7b2..1d7da73528 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -19,7 +19,7 @@ #ifndef PHP_ODBC_INCLUDES_H #define PHP_ODBC_INCLUDES_H -#if HAVE_UODBC +#ifdef HAVE_UODBC /* checking in the same order as in configure.ac */ |