Test for libgds needs libcrypt with Firebird to succeed

This commit is contained in:
Daniela Mariaschi 2003-03-13 23:15:43 +00:00
parent 81f04b3fc8
commit ceb608fcb2

View File

@ -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)