mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
Test for libgds needs libcrypt with Firebird to succeed
This commit is contained in:
parent
81f04b3fc8
commit
ceb608fcb2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user