summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-23 17:48:36 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-23 17:48:36 +0000
commita173699822603988389b4f7ea55e5910ebe9ba4a (patch)
tree706dc198d825ce11ba12ffe137c9376cd945a069 /configure.ac
parenteca52c90e80f76c1fdffb5b1420a9cc4641de2fb (diff)
downloadmanaserv-a173699822603988389b4f7ea55e5910ebe9ba4a.tar.gz
manaserv-a173699822603988389b4f7ea55e5910ebe9ba4a.tar.xz
manaserv-a173699822603988389b4f7ea55e5910ebe9ba4a.zip
Fixed docs not to mention encryption, since all we do is hashing. Also, since
we decided not to use libcrypto, remove its configure check.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e73c9db..d8ef919 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,9 +17,6 @@ AC_PROG_INSTALL
# Checks for libraries.
-AC_CHECK_LIB([crypto], [EVP_md5], ,
-AC_MSG_ERROR([ *** Unable to find libcrypto library]))
-
AC_CHECK_LIB([physfs], [PHYSFS_init], ,
AC_MSG_ERROR([ *** Unable to find PhysFS library (icculus.org/physfs/)]))