From: Daniela Mariaschi Date: Thu, 13 Mar 2003 23:21:49 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC2~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=688f6d1b9dd9ba4a7dacec1fca29a3b3f2446cc3;p=php MFH --- 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)