diff options
| -rw-r--r-- | ext/odbc/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 1da33de10b..d0e1a7d209 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -169,6 +169,7 @@ AC_ARG_WITH(ibm-db2, [ --with-ibm-db2[=DIR] Include IBM DB2 support. DIR is the DB2 base install directory, defaults to /home/db2inst1/sqllib], [ + PHP_WITH_SHARED if test "$withval" != "no"; then if test "$withval" = "yes"; then ODBC_INCDIR=/home/db2inst1/sqllib/include |
