From 2d703bf188cf434255854d8e3c077f2fac55d623 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 14 Jan 2016 13:46:18 -0500 Subject: [PATCH] configure: clarify zlib error message Also drop the spurious quotes. Signed-off-by: Mike Frysinger --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67062ce..9a3301f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4