From 7e47eaa4b524fa886ea05b9fc9d14e9051d72605 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 1 Aug 2008 07:22:54 +0000 Subject: [PATCH] Fix error in check CASCADE procedure (in AC_TRY_LINK) --- salome_adm/unix/config_files/check_cas.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salome_adm/unix/config_files/check_cas.m4 b/salome_adm/unix/config_files/check_cas.m4 index c490e6596..1eade7949 100644 --- a/salome_adm/unix/config_files/check_cas.m4 +++ b/salome_adm/unix/config_files/check_cas.m4 @@ -187,8 +187,8 @@ if test "x$occ_ok" = xyes ; then AC_CACHE_VAL(salome_cv_lib_occ,[ AC_TRY_LINK( -#include , - TCollection_AsciiString aStr ("toto"); +#include +, TCollection_AsciiString aStr ("toto"); aStr.Capitalize();, eval "salome_cv_lib_occ=yes",eval "salome_cv_lib_occ=no") ]) -- 2.39.2