From c3c6f6d5d7a73c013a5c0046b9d9fc1e2a65aa04 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 5 Aug 2003 16:30:32 +0000 Subject: [PATCH] Adding -lcrypt here is not necessary --- ext/interbase/config.m4 | 4 ++-- 1 file 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) -- 2.50.1