summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-03-10 10:26:52 +0100
committerMartin Basti <mbasti@redhat.com>2016-04-22 13:21:26 +0200
commitdbc3a7511029dd954fff4cdb722f51e1f4e4b054 (patch)
tree874ec05f9deb1333d3b18bd846862a6e18c21b4d /daemons
parent586fee293f42388510fa5436af19460bbe1fdec5 (diff)
downloadfreeipa-dbc3a7511029dd954fff4cdb722f51e1f4e4b054.tar.gz
freeipa-dbc3a7511029dd954fff4cdb722f51e1f4e4b054.tar.xz
freeipa-dbc3a7511029dd954fff4cdb722f51e1f4e4b054.zip
BUILD: Remove detection of libcheck
The unit test framework check has not been used in freeipa for long time (if ever) but there was still conditional check for this framework. It just produced confusing warning: Without the 'CHECK' library, you will be unable to run all tests in the 'make check' suite Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac
index 2a1f6aa8a..2906def28 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -208,17 +208,6 @@ dnl ---------------------------------------------------------------------------
PKG_CHECK_MODULES([LIBVERTO], [libverto])
dnl ---------------------------------------------------------------------------
-dnl - Check for check unit test framework http://check.sourceforge.net/
-dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.5], [have_check=1], [have_check=])
-if test x$have_check = x; then
- AC_MSG_WARN([Without the 'CHECK' library, you will be unable to run all tests in the 'make check' suite])
-else
- AC_CHECK_HEADERS([check.h],,AC_MSG_ERROR([Could not find CHECK headers]))
-fi
-AM_CONDITIONAL([HAVE_CHECK], [test x$have_check != x])
-
-dnl ---------------------------------------------------------------------------
dnl - Check for cmocka unit test framework http://cmocka.cryptomilk.org/
dnl ---------------------------------------------------------------------------
PKG_CHECK_EXISTS(cmocka,