From ad29df2ead53d2a5ba5072cf400722c4ac13c0d8 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 3 Feb 2009 15:42:05 +0000 Subject: [PATCH] A patch by Nicolas GEIMER for Gcc 4.3.2 compatibility. --- adm_local/unix/config_files/check_NETGEN.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } -- 2.39.2