From 38f29307583865f83117aa7c7c85a297feefad18 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 11 Dec 2006 07:46:33 -0200 Subject: [PATCH] Add CHECK unittext library detection to Autoconf script --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 8200564..5dc4ebc 100644 --- a/configure.ac +++ b/configure.ac @@ -432,6 +432,10 @@ AC_CHECK_HEADER([execinfo.h], [ ]) ]) +dnl check for "check", unit testing library/header +PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) +AM_CONDITIONAL(HAVE_CHECK, test "x$CHECK_LIBS" != "x") + dnl Checks for typedefs, structures and compiler characteristics. AC_PROG_LD @@ -486,6 +490,7 @@ libparted/fs/ntfs/Makefile libparted/fs/reiserfs/Makefile libparted/fs/ufs/Makefile libparted/fs/xfs/Makefile +libparted/tests/Makefile parted/Makefile partprobe/Makefile doc/Makefile -- 2.11.0