From: Mike Frysinger Date: Thu, 14 Jan 2016 18:46:18 +0000 (-0500) Subject: configure: clarify zlib error message X-Git-Tag: elfutils-0.166~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d703bf188cf434255854d8e3c077f2fac55d623;p=thirdparty%2Felfutils.git configure: clarify zlib error message Also drop the spurious quotes. Signed-off-by: Mike Frysinger --- diff --git a/configure.ac b/configure.ac index 67062cea1..9a3301f56 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