From 7ff9dcacb1632a58197776b971762ba26dc9c429 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 7 Dec 2000 11:13:49 +0000 Subject: [PATCH] Enable DB2 shared build --- ext/odbc/config.m4 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0