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.45 by root, Tue Feb 6 01:52:50 2007 UTC vs.
Revision 1.46 by root, Tue Feb 6 02:36:48 2007 UTC

69AC_SUBST(PERLLIB) 69AC_SUBST(PERLLIB)
70AC_SUBST(PERLFLAGS) 70AC_SUBST(PERLFLAGS)
71AC_SUBST(PERLPRIVLIBEXP) 71AC_SUBST(PERLPRIVLIBEXP)
72AC_SUBST(PERL) 72AC_SUBST(PERL)
73 73
74for module_vers in "BDB 0.1" "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \ 74for module_vers in "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \
75 "IO::AIO 2.32" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \ 75 "IO::AIO 2.32" "BDB 0.1" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \
76 "Digest::MD5 2.0" "Compress::LZF 1.7" "Safe::Hole 0.10"; do 76 "Digest::MD5 2.0" "Compress::LZF 1.7" "Safe::Hole 0.10" "Pod::POM 0.17"; do
77 set -- $module_vers 77 set -- $module_vers
78 module=$1 78 module=$1
79 minvers=$2 79 minvers=$2
80 AC_MSG_CHECKING(for $module perl module version $minvers or higher) 80 AC_MSG_CHECKING(for $module perl module version $minvers or higher)
81 if $PERL -M$module -e0 >/dev/null 2>&1; then 81 if $PERL -M$module -e0 >/dev/null 2>&1; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines