summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-14 13:46:18 -0500
committerMark Wielaard <mjw@redhat.com>2016-01-14 23:57:05 +0100
commit2d703bf188cf434255854d8e3c077f2fac55d623 (patch)
treefe163e4c6a4d260184c1a6c29a4c8f5c762a3e88
parent7f036dd381506ef9f8422210d74cf38868413d3c (diff)
downloadandroid_external_elfutils-2d703bf188cf434255854d8e3c077f2fac55d623.tar.gz
android_external_elfutils-2d703bf188cf434255854d8e3c077f2fac55d623.tar.bz2
android_external_elfutils-2d703bf188cf434255854d8e3c077f2fac55d623.zip
configure: clarify zlib error message
Also drop the spurious quotes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67062cea..9a3301f5 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