From 0ff8639d03248af1174a760e7a0a0fb9c158ad99 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 20 Nov 2006 17:41:40 +0000 Subject: moved cunit tests to client where they belong --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 40e1eb6..2a64dda 100644 --- a/configure.in +++ b/configure.in @@ -15,10 +15,15 @@ WSMAN_PKG=$PACKAGE_NAME AC_SUBST(WSMAN_PKG) PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 0.0.0]) +have_cunit=no +AC_CHECK_HEADERS([CUnit/Basic.h], have_cunit="yes" ) +AM_CONDITIONAL(BUILD_CUNIT_TESTS, test "$have_cunit" == "yes") AC_OUTPUT([ wsmancli.spec Makefile src/Makefile + tests/Makefile + tests/cunit/Makefile ]) -- cgit