From: Daniela Mariaschi Date: Thu, 13 Mar 2003 23:15:43 +0000 (+0000) Subject: Test for libgds needs libcrypt with Firebird to succeed X-Git-Tag: RELEASE_0_5~483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceb608fcb25c60ba595f1230ec377e45b35b6490;p=php Test for libgds needs libcrypt with Firebird to succeed --- diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4 index ceb84932d1..2231d94753 100644 --- a/ext/interbase/config.m4 +++ b/ext/interbase/config.m4 @@ -21,7 +21,7 @@ if test "$PHP_INTERBASE" != "no"; then ], [ AC_MSG_ERROR([libgds not found! Check config.log for more information.]) ], [ - -L$IBASE_LIBDIR -lgds + -L$IBASE_LIBDIR -lgds -lcrypt ]) PHP_ADD_INCLUDE($IBASE_INCDIR)