mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Test for libgds needs libcrypt with Firebird to succeed
This commit is contained in:
parent
81f04b3fc8
commit
ceb608fcb2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if test "$PHP_INTERBASE" != "no"; then
|
||||||
], [
|
], [
|
||||||
AC_MSG_ERROR([libgds not found! Check config.log for more information.])
|
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)
|
PHP_ADD_INCLUDE($IBASE_INCDIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue