From: Andreas Karajannis Date: Tue, 12 Mar 2002 09:54:46 +0000 (+0000) Subject: Removed sqlrte from SAP DB liblist as it is not needed. X-Git-Tag: help~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcdf9b3d4c37f12aaf9072274e74b6702f0d8817;p=php Removed sqlrte from SAP DB liblist as it is not needed. --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 2baf2badf5..6d237c3883 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -133,9 +133,8 @@ AC_ARG_WITH(sapdb, fi if test "$withval" != "no"; then PHP_ADD_INCLUDE($withval/incl) - PHP_ADD_LIBPATH($withval/lib) - PHP_ADD_LIBRARY(sqlod) - PHP_ADD_LIBRARY(sqlrte) + PHP_ADD_LIBPATH($withval/lib) + PHP_ADD_LIBRARY(sqlod) ODBC_TYPE=sapdb AC_DEFINE(HAVE_SAPDB,1,[ ]) AC_MSG_RESULT(yes)