diff options
-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) |