openbsd has no libdl

This commit is contained in:
Nedko Arnaudov 2010-06-21 04:27:40 +03:00
parent 06fc98d21a
commit ab1fd9a1e2
1 changed files with 2 additions and 2 deletions

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