--- deliantra/server/configure.ac 2006/12/30 10:16:09 1.33 +++ deliantra/server/configure.ac 2007/01/14 21:20:50 1.39 @@ -14,7 +14,9 @@ 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.4" "Coro::Event 2.0" "Event 1.08" \ + "IO::AIO 2.32" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \ + "Digest::MD5 2.0" "Compress::LZF 1.7" "Safe::Hole 0.10"; do set -- $module_vers module=$1 minvers=$2 @@ -49,8 +51,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")