ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.47 by root, Tue Feb 13 19:25:44 2007 UTC vs.
Revision 1.48 by root, Fri Feb 16 22:16:16 2007 UTC

33AC_PATH_PROG(PERL, perl5) 33AC_PATH_PROG(PERL, perl5)
34AC_PATH_PROG(PERL, perl) 34AC_PATH_PROG(PERL, perl)
35 35
36for module_vers in "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \ 36for module_vers in "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \
37 "IO::AIO 2.32" "BDB 0.1" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \ 37 "IO::AIO 2.32" "BDB 0.1" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \
38 "Digest::MD5 2.0" "Compress::LZF 1.7" "Safe::Hole 0.10" "Pod::POM 0.17"; do 38 "Digest::MD5 2.0" "Compress::LZF 1.71" "Safe::Hole 0.10" "Pod::POM 0.17"; do
39 set -- $module_vers 39 set -- $module_vers
40 module=$1 40 module=$1
41 minvers=$2 41 minvers=$2
42 AC_MSG_CHECKING(for $module perl module version $minvers or higher) 42 AC_MSG_CHECKING(for $module perl module version $minvers or higher)
43 if $PERL -M$module -e0 >/dev/null 2>&1; then 43 if $PERL -M$module -e0 >/dev/null 2>&1; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines