--- deliantra/server/configure.ac 2007/04/18 12:43:53 1.69 +++ deliantra/server/configure.ac 2007/04/26 00:39:18 1.70 @@ -25,6 +25,11 @@ AC_MSG_ERROR([optipng must be in your PATH, check the README]) fi +AC_PATH_PROG(PNGNQ, pngnq) +if test -z "$PNGNQ"; then + AC_MSG_ERROR([png neuquant (pngnq) must be in your PATH, check the README]) +fi + AC_PATH_PROG(IDENTIFY, identify) if test -z "$IDENTIFY"; then AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README]) @@ -48,7 +53,6 @@ for module_vers in \ "AnyEvent 2.52" \ - "Image::Size 2.992" \ "Crossfire 0.97" \ "Coro 3.61" \ "Coro::Event 2.1" \