detect -lz and -lbz2 libraries.

This commit is contained in:
steve
2003-02-20 00:49:24 +00:00
parent 3b1cdaa9bf
commit 9e63ed305d
2 changed files with 9 additions and 1 deletions
+3
View File
@@ -34,6 +34,9 @@ AC_LANG_CPLUSPLUS
AC_CHECK_HEADERS(getopt.h malloc.h libiberty.h iosfwd sys/wait.h)
AC_CHECK_LIB(z, gzwrite)
AC_CHECK_LIB(bz2, BZ2_bzdopen)
AC_MSG_CHECKING(for sys/times)
AC_TRY_LINK(
#include <unistd.h>