From cea554bf776aa3561ccc7b9cdc28e3d8c8744e46 Mon Sep 17 00:00:00 2001 From: prascle Date: Sat, 18 Feb 2006 17:28:08 +0000 Subject: [PATCH] PR: AM_CONDITIONAL must be outside if then else bloc --- salome_adm/unix/config_files/check_cppunit.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/salome_adm/unix/config_files/check_cppunit.m4 b/salome_adm/unix/config_files/check_cppunit.m4 index 1691c1b12..d000a1d87 100644 --- a/salome_adm/unix/config_files/check_cppunit.m4 +++ b/salome_adm/unix/config_files/check_cppunit.m4 @@ -96,13 +96,12 @@ else AC_SUBST(CPPUNIT_INCLUDES) AC_SUBST(CPPUNIT_LIBS) AC_SUBST(cppunit_ok) - AM_CONDITIONAL(CPPUNIT_IS_OK, [test x"$cppunit_ok" = xyes]) - AC_MSG_RESULT(yes) fi - fi +AM_CONDITIONAL(CPPUNIT_IS_OK, [test x"$cppunit_ok" = xyes]) + AC_LANG_RESTORE ])dnl -- 2.39.2