1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00

openbsd has no libdl

This commit is contained in:
Nedko Arnaudov 2010-06-21 04:27:40 +03:00
parent 06fc98d21a
commit ab1fd9a1e2

View file

@ -1014,7 +1014,7 @@ int main(void)
lp_cv_need_lib_crypto=yes
))
if test "$lp_cv_need_lib_crypto" = "yes"; then
AC_CHECK_LIB(crypto,main, PKGLIBS="$PKGLIBS -lcrypto -ldl")
AC_CHECK_LIB(crypto,main, PKGLIBS="$PKGLIBS -lcrypto")
fi
fi
fi
@ -1651,7 +1651,7 @@ int main(void)
lp_cv_need_lib_crypto=yes
))
if test "$lp_cv_need_lib_crypto" = "yes"; then
AC_CHECK_LIB(crypto,main, PKGLIBS="$PKGLIBS -lcrypto -ldl")
AC_CHECK_LIB(crypto,main, PKGLIBS="$PKGLIBS -lcrypto")
fi
fi