[Liblas-commits] hg: no longer report zlib, not used
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Jun 17 21:08:43 EDT 2010
changeset 268b60b0b781 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=268b60b0b781
summary: no longer report zlib, not used
diffstat:
configure.ac | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diffs (31 lines):
diff -r 30d9cff944fb -r 268b60b0b781 configure.ac
--- a/configure.ac Wed Jun 16 12:41:00 2010 -0500
+++ b/configure.ac Thu Jun 17 20:08:38 2010 -0500
@@ -277,13 +277,6 @@
fi
-dnl #########################################################################
-dnl Determine Zlib Support
-dnl #########################################################################
-
-dnl CHECK_ZLIB()
-dnl AM_CONDITIONAL([ZLIB_IS_CONFIG], [test ! x$HAVE_LIBZ = xno])
-
dnl #########################################################################
dnl Determine Boost support
@@ -385,13 +378,6 @@
fi
fi
-LOC_MSG([ zlib support.............: ${HAVE_LIBZ}])
-if test "${HAVE_LIBZ}" != "no" ; then
- LOC_MSG([ - lz....................: ${HAVE_LIBZ}])
- if test -n "${ZLIB_INC}" ; then
- LOC_MSG([ - INCLUDE directories...: ${ZLIB_INC}])
- fi
-fi
LOC_MSG([ Boost support............: ${HAVE_BOOST}])
if test "${HAVE_BOOST}" != "no" ; then
More information about the Liblas-commits
mailing list