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:
parent
06fc98d21a
commit
ab1fd9a1e2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue