Commit 7ed0f4c8 by Maarten L. Hekkelman

clean up configure script

parent ea7d8ce7
...@@ -109,10 +109,5 @@ AX_BOOST_BASE([1.71], [], [ ...@@ -109,10 +109,5 @@ AX_BOOST_BASE([1.71], [], [
AX_BOOST_IOSTREAMS AX_BOOST_IOSTREAMS
AX_BOOST_DATE_TIME AX_BOOST_DATE_TIME
AX_CHECK_LIBRARY([LIBZ], [zlib.h], [z], [],
[AC_MSG_ERROR([libz not found - compressed files not supported])])
AX_CHECK_LIBRARY([LIBBZ2], [bzlib.h], [bz2], [],
[AC_MSG_ERROR([libbz2 not found - compressed files not supported])])
AC_OUTPUT([GNUmakefile AC_OUTPUT([GNUmakefile
libcifpp.pc]) libcifpp.pc])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment