Skip to content
Snippets Groups Projects
Commit 1d09e126 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix for libz

Rev: src/modules/Gz/configure.in:1.2
parent 9669e837
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ sinclude(../module_configure.in) ...@@ -7,7 +7,7 @@ sinclude(../module_configure.in)
if test x$with_zlib = xyes ; then if test x$with_zlib = xyes ; then
AC_CHECK_HEADERS(zlib.h) AC_CHECK_HEADERS(zlib.h)
if test $ac_cv_header_zlib_h = yes ; then if test $ac_cv_header_zlib_h = yes ; then
AC_CHECK_LIB(z, compress, [[LIBS="${LIBS-} -lz"]], AC_CHECK_LIB(z, compress, [[AC_DEFINE(HAVE_LIBZ) ; LIBS="${LIBS-} -lz"]] ,
AC_CHECK_LIB(gz, compress)) AC_CHECK_LIB(gz, compress))
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment