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.116 by root, Sat Mar 15 14:32:25 2008 UTC vs.
Revision 1.117 by root, Mon Mar 24 20:39:32 2008 UTC

38AC_PATH_PROG(CONVERT, convert) 38AC_PATH_PROG(CONVERT, convert)
39if test -z "$CONVERT"; then 39if test -z "$CONVERT"; then
40 AC_MSG_ERROR([ImageMagick 'convert' must be in your PATH, check the README]) 40 AC_MSG_ERROR([ImageMagick 'convert' must be in your PATH, check the README])
41fi 41fi
42 42
43AC_PATH_PROG(PERL, perl5.8) 43AC_PATH_PROG(PERL, perl5.10.0)
44if test -z "$PERL"; then 44if test -z "$PERL"; then
45 AC_PATH_PROG(PERL, perl5) 45 AC_PATH_PROG(PERL, perl5.8.8)
46 if test -z "$PERL"; then 46 if test -z "$PERL"; then
47 AC_PATH_PROG(PERL, perl) 47 AC_PATH_PROG(PERL, perl)
48 if test -z "$PERL"; then 48 if test -z "$PERL"; then
49 AC_MSG_ERROR([perl 5.8 or higher must be in your PATH, check the README]) 49 AC_MSG_ERROR([perl 5.8 or higher must be in your PATH, check the README])
50 fi 50 fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines