diff options
author | Andreas Karajannis <kara@php.net> | 2002-03-12 09:54:46 +0000 |
---|---|---|
committer | Andreas Karajannis <kara@php.net> | 2002-03-12 09:54:46 +0000 |
commit | bcdf9b3d4c37f12aaf9072274e74b6702f0d8817 (patch) | |
tree | 1e01ae2fa5a5ca201e06e61d56fbee969f0188bc | |
parent | aba1396f11f4eb5f5ff2f4b2057db529c9bbb0a7 (diff) | |
download | php-git-bcdf9b3d4c37f12aaf9072274e74b6702f0d8817.tar.gz |
Removed sqlrte from SAP DB liblist as it is not needed.
-rw-r--r-- | ext/odbc/config.m4 | 5 |
1 files 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) |