From bcdf9b3d4c37f12aaf9072274e74b6702f0d8817 Mon Sep 17 00:00:00 2001 From: Andreas Karajannis Date: Tue, 12 Mar 2002 09:54:46 +0000 Subject: [PATCH] Removed sqlrte from SAP DB liblist as it is not needed. --- ext/odbc/config.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.50.1