From: jfa Date: Tue, 3 Feb 2009 15:42:05 +0000 (+0000) Subject: A patch by Nicolas GEIMER for Gcc 4.3.2 compatibility. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ad29df2ead53d2a5ba5072cf400722c4ac13c0d8;p=plugins%2Fnetgenplugin.git A patch by Nicolas GEIMER for Gcc 4.3.2 compatibility. --- diff --git a/adm_local/unix/config_files/check_NETGEN.m4 b/adm_local/unix/config_files/check_NETGEN.m4 index ab86d8e..c33735f 100644 --- a/adm_local/unix/config_files/check_NETGEN.m4 +++ b/adm_local/unix/config_files/check_NETGEN.m4 @@ -104,8 +104,8 @@ if test "x$NETGEN_HOME" != "x"; then LDFLAGS_old="$LDFLAGS" LDFLAGS="-L. -lNETGEN $CAS_LDPATH -lTKBRep -lTKShHealing -lTKSTEP -lTKXSBase -lTKIGES -lTKSTL -lTKTopAlgo $LDFLAGS" - AC_TRY_COMPILE(#include -#include + AC_TRY_COMPILE(#include +#include namespace nglib { #include "nglib.h" } @@ -129,8 +129,8 @@ namespace nglib { AC_CACHE_VAL(salome_netgen_lib,[ AC_TRY_LINK( -#include -#include +#include +#include namespace nglib { #include "nglib.h" }