diff options
-rw-r--r-- | ext/interbase/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |