public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] configure: clarify zlib error message
@ 2016-01-14 23:00 Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2016-01-14 23:00 UTC (permalink / raw)
  To: elfutils-devel

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

On Thu, Jan 14, 2016 at 01:46:18PM -0500, Mike Frysinger wrote:
> Also drop the spurious quotes.

Thanks, pushed to master.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] configure: clarify zlib error message
@ 2016-01-14 18:46 Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-01-14 18:46 UTC (permalink / raw)
  To: elfutils-devel

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

Also drop the spurious quotes.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 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.6.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-14 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14 23:00 [PATCH] configure: clarify zlib error message Mark Wielaard
  -- strict thread matches above, loose matches on Subject: below --
2016-01-14 18:46 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).