From 1afc5a59fed8ea0715517d9adbb61faba081be3f Mon Sep 17 00:00:00 2001 From: Daniela Mariaschi Date: Fri, 14 Mar 2003 08:27:29 +0000 Subject: [PATCH] reverting to version 1.9 --- ext/interbase/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4 index 2231d94753..ceb84932d1 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 -lcrypt + -L$IBASE_LIBDIR -lgds ]) PHP_ADD_INCLUDE($IBASE_INCDIR) -- 2.50.1