summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-05 16:30:32 +0000
committerfoobar <sniper@php.net>2003-08-05 16:30:32 +0000
commitc3c6f6d5d7a73c013a5c0046b9d9fc1e2a65aa04 (patch)
tree8673ceb4dff61f652637bfc6c7652473afcc4f43
parentcc96ff7ffb0af3a626306b57bee061b49d388be9 (diff)
downloadphp-git-c3c6f6d5d7a73c013a5c0046b9d9fc1e2a65aa04.tar.gz
Adding -lcrypt here is not necessary
-rw-r--r--ext/interbase/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4
index a26bf043d7..654924ac23 100644
--- a/ext/interbase/config.m4
+++ b/ext/interbase/config.m4
@@ -25,10 +25,10 @@ if test "$PHP_INTERBASE" != "no"; then
], [
AC_MSG_ERROR([libgds or libib_util not found! Check config.log for more information.])
], [
- -L$IBASE_LIBDIR -lcrypt
+ -L$IBASE_LIBDIR
])
], [
- -L$IBASE_LIBDIR -lcrypt
+ -L$IBASE_LIBDIR
])
PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD)