mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
removed dependency from libssl
This commit is contained in:
parent
d9b05b6edd
commit
beb174bcef
@ -392,7 +392,6 @@ dnl Check for libraries
|
|||||||
AC_CHECK_LIB(dl, main)
|
AC_CHECK_LIB(dl, main)
|
||||||
AC_CHECK_LIB(c, main)
|
AC_CHECK_LIB(c, main)
|
||||||
AC_CHECK_LIB(m, main)
|
AC_CHECK_LIB(m, main)
|
||||||
AC_CHECK_LIB(ssl, main)
|
|
||||||
AC_CHECK_LIB(curses, main)
|
AC_CHECK_LIB(curses, main)
|
||||||
dnl AC_CHECK_LIB(termcap, main)
|
dnl AC_CHECK_LIB(termcap, main)
|
||||||
if test "$EDITLINE_FLG" = "Y"; then
|
if test "$EDITLINE_FLG" = "Y"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user