From 83175a3af973c254cd6eeb954255f6cae0a64239 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 29 Dec 2007 15:49:31 +0000 Subject: [PATCH 1/1] Fix build of tests svn path=/trunk/; revision=510 --- configure.ac | 6 ------ tests/Makefile.am | 2 -- 2 files changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 4f164ac7..e3d324e0 100644 --- a/configure.ac +++ b/configure.ac @@ -281,12 +281,6 @@ fi AM_CONDITIONAL(HAVE_VOIP, test "x$enable_voip" = "xyes") -# Checks for the 'check' unit testing library -PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], - [ HAVE_CHECK=yes ], - [ HAVE_CHECK=no ] ) -AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes") - # ----------------------------------------------------------- AC_OUTPUT([ diff --git a/tests/Makefile.am b/tests/Makefile.am index 29ed270e..f823d4de 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,7 +19,6 @@ bin_PROGRAMS = \ contact_manager_SOURCES = contact-manager.c -if HAVE_CHECK check_PROGRAMS = check-main TESTS = check-main check_main_SOURCES = \ @@ -39,4 +38,3 @@ check_main_CFLAGS = \ @CHECK_CFLAGS@ \ $(AM_CFLAGS) -endif -- 2.39.2