sniper Fri Jul 11 11:56:23 2003 EDT Modified files: /php-src/ext/odbc config.m4 Log: Remove un-used code. Index: php-src/ext/odbc/config.m4 diff -u php-src/ext/odbc/config.m4:1.60 php-src/ext/odbc/config.m4:1.61 --- php-src/ext/odbc/config.m4:1.60 Thu May 1 20:40:20 2003 +++ php-src/ext/odbc/config.m4 Fri Jul 11 11:56:23 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.60 2003/05/02 00:40:20 sniper Exp $ +dnl $Id: config.m4,v 1.61 2003/07/11 15:56:23 sniper Exp $ dnl dnl @@ -430,38 +430,6 @@ ODBC_TYPE=unixODBC AC_DEFINE(HAVE_UNIXODBC,1,[ ]) AC_MSG_RESULT(yes) - else - AC_MSG_RESULT(no) - fi -],[ - AC_MSG_RESULT(no) -]) -fi - -if test -z "$ODBC_TYPE"; then -AC_MSG_CHECKING(for OpenLink ODBC support) -AC_ARG_WITH(openlink, -[ --with-openlink[=DIR] Include OpenLink ODBC support. DIR is the - OpenLink base install directory, defaults to - /usr/local. This is the same as iODBC.], -[ - PHP_WITH_SHARED - if test "$withval" = "yes"; then - withval=/usr/local - fi - if test "$withval" != "no"; then - PHP_ADD_LIBRARY_WITH_PATH(iodbc, $withval/lib) - PHP_ADD_INCLUDE($withval/include, 1) - ODBC_TYPE=iodbc - ODBC_INCLUDE=-I$withval/include - ODBC_LFLAGS=-L$withval/lib - ODBC_LIBS=-liodbc - AC_DEFINE(HAVE_IODBC,1,[ ]) - AC_MSG_RESULT(yes) - echo "****************************************************************" - echo " --with-openlink will not be valid in future releases. Please " - echo " update your configure script to use --with-iodbc instead. " - echo "****************************************************************" else AC_MSG_RESULT(no) fi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php