Fix typo for ZLIB

This commit is contained in:
Guillaume BIENKOWSKI 2015-01-20 10:46:12 +01:00
parent af79c04208
commit b4dc7b3868

View file

@ -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