From b4dc7b3868a6fe6f5aa9ece5c08d28393ba0e8dd Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Tue, 20 Jan 2015 10:46:12 +0100 Subject: [PATCH] Fix typo for ZLIB --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b774fc448..db0356adb 100644 --- a/configure.ac +++ b/configure.ac @@ -298,7 +298,7 @@ if test "$build_zlib" != "false" ; then AC_MSG_NOTICE([zlib library and headers not found]) else AC_DEFINE( HAVE_ZLIB, 1, [ZLIB support] ) - ZLIBS_LIBS='-z' + ZLIB_LIBS='-lz' AC_SUBST(ZLIB_LIBS) fi else