From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7843059224947077303==" MIME-Version: 1.0 From: Mike Frysinger To: elfutils-devel@lists.fedorahosted.org Subject: [PATCH] configure: clarify zlib error message Date: Thu, 14 Jan 2016 13:46:18 -0500 Message-ID: <1452797178-8416-1-git-send-email-vapier@gentoo.org> --===============7843059224947077303== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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=3D"$LIBS" LIBS=3D eu_ZIPLIB(zlib,ZLIB,z,gzdirect,gzip) -AS_IF([test "x$with_zlib" =3D xno], [AC_MSG_ERROR("zlib not found")]) +AS_IF([test "x$with_zlib" =3D xno], [AC_MSG_ERROR([zlib not found but is r= equired])]) LIBS=3D"$save_LIBS" = dnl Test for bzlib and xz/lzma, gives BZLIB/LZMALIB .am -- = 2.6.2 --===============7843059224947077303==--