--- deliantra/server/configure.ac 2010/10/25 11:35:14 1.179 +++ deliantra/server/configure.ac 2011/04/22 02:03:10 1.180 @@ -30,10 +30,10 @@ AC_MSG_ERROR([png neuquant (pngnq) must be in your PATH, check the README]) fi -dnl AC_PATH_PROG(IDENTIFY, identify) -dnl if test -z "$IDENTIFY"; then -dnl AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README]) -dnl fi +AC_PATH_PROG(IDENTIFY, identify) +if test -z "$IDENTIFY"; then + AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README]) +fi AC_PATH_PROG(CONVERT, convert) if test -z "$CONVERT"; then @@ -55,7 +55,7 @@ "AnyEvent::BDB 0" \ "BDB 1.8" \ "Compress::LZF 3.41" \ - "Coro 5.13" \ + "Coro 5.372" \ "Coro::EV 0" \ "Deliantra 1.24" \ "Digest::MD5 2.0" \