summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-11 15:56:23 +0000
committerfoobar <sniper@php.net>2003-07-11 15:56:23 +0000
commitc751ba0cc8d69f279fbf1362e3fdcd6e1f182c6b (patch)
tree675fd2c248f076455a9bcd45bc9067f392632038
parentd1c41150c6358b6b49f15f4d67b50e1b8e571a7d (diff)
downloadphp-git-c751ba0cc8d69f279fbf1362e3fdcd6e1f182c6b.tar.gz
Remove un-used code.
-rw-r--r--ext/odbc/config.m432
1 files changed, 0 insertions, 32 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 20c998dec5..ecc28e731d 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -439,38 +439,6 @@ AC_ARG_WITH(unixODBC,
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
-],[
- AC_MSG_RESULT(no)
-])
-fi
-
-if test -z "$ODBC_TYPE"; then
AC_MSG_CHECKING(for DBMaker support)
AC_ARG_WITH(dbmaker,
[ --with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base