configure: clarify zlib error message
authorMike Frysinger <vapier@gentoo.org>
Thu, 14 Jan 2016 18:46:18 +0000 (13:46 -0500)
committerMark Wielaard <mjw@redhat.com>
Thu, 14 Jan 2016 22:57:05 +0000 (23:57 +0100)
Also drop the spurious quotes.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
configure.ac

index 67062ce..9a3301f 100644 (file)
@@ -244,7 +244,7 @@ dnl zlib is mandatory.
 save_LIBS="$LIBS"
 LIBS=
 eu_ZIPLIB(zlib,ZLIB,z,gzdirect,gzip)
-AS_IF([test "x$with_zlib" = xno], [AC_MSG_ERROR("zlib not found")])
+AS_IF([test "x$with_zlib" = xno], [AC_MSG_ERROR([zlib not found but is required])])
 LIBS="$save_LIBS"
 
 dnl Test for bzlib and xz/lzma, gives BZLIB/LZMALIB .am