--- deliantra/server/configure.ac 2006/12/30 10:16:09 1.33 +++ deliantra/server/configure.ac 2006/12/31 17:17:22 1.35 @@ -14,7 +14,7 @@ AC_PATH_PROG(PERL, perl5) AC_PATH_PROG(PERL, perl) -for module_vers in "Coro 3.3" "Coro::Event 2.0" "Event 1.08" "IO::AIO 2.3" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71"; do +for module_vers in "Coro 3.3" "Coro::Event 2.0" "Event 1.08" "IO::AIO 2.31" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" "Digest::MD5 2.0"; do set -- $module_vers module=$1 minvers=$2 @@ -49,8 +49,6 @@ esac AC_PROG_CPP -AM_PROG_LEX -AC_PROG_AWK dnl AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], PYTHON_HOME="$withval")