From: rahuel Date: Thu, 9 Feb 2006 15:19:26 +0000 (+0000) Subject: omniORBCXXFlags for osf1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=97d7de6a164a1b6a8b2ff721d7e52dacd29275ce;p=modules%2Fkernel.git omniORBCXXFlags for osf1 --- diff --git a/salome_adm/unix/config_files/check_omniorb.m4 b/salome_adm/unix/config_files/check_omniorb.m4 index 7a6b6fd6d..392a70aa0 100644 --- a/salome_adm/unix/config_files/check_omniorb.m4 +++ b/salome_adm/unix/config_files/check_omniorb.m4 @@ -70,6 +70,12 @@ then ;; esac case $build_os in + osf*) + AC_DEFINE(__osf1__) + __OSVERSION__=5 + AC_DEFINE(__OSVERSION__) + OMNIORB_CXXFLAGS="$OMNIORB_CXXFLAGS -D__osf1__" + ;; solaris*) AC_DEFINE(__sunos__) __OSVERSION__=5