From 2611252b1e931e33e6cb5a9bb8fb4b8400554f19 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Wed, 28 Feb 2007 10:56:42 +0000 Subject: [PATCH] Update for OCC6.2. Adding compilation key -D_OCC64. --- salome_adm/unix/config_files/ac_cxx_depend_flag.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salome_adm/unix/config_files/ac_cxx_depend_flag.m4 b/salome_adm/unix/config_files/ac_cxx_depend_flag.m4 index 9849f3653..d316f83c6 100644 --- a/salome_adm/unix/config_files/ac_cxx_depend_flag.m4 +++ b/salome_adm/unix/config_files/ac_cxx_depend_flag.m4 @@ -72,8 +72,8 @@ case $host_os in linux*) if test x"$linux64" = x"true"; then \ MACHINE="PCLINUX64${SUFFIXES}"; - CFLAGS=" -m64 ${CXXFLAGS}"; - CXXFLAGS=" -m64 ${CXXFLAGS}";\ + CFLAGS=" -m64 -D_OCC64 ${CXXFLAGS}"; + CXXFLAGS=" -m64 -D_OCC64 ${CXXFLAGS}";\ else \ MACHINE=PCLINUX; \ fi -- 2.39.2