From: prascle Date: Sat, 18 Feb 2006 17:28:08 +0000 (+0000) Subject: PR: AM_CONDITIONAL must be outside if then else bloc X-Git-Tag: BR_auto_V310__v_0_3~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cea554bf776aa3561ccc7b9cdc28e3d8c8744e46;p=modules%2Fkernel.git PR: AM_CONDITIONAL must be outside if then else bloc --- 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