From dc1f8ffef3450bf8b1fcd2d6fb27d6d9e39256c1 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 20 Jun 2005 04:44:46 +0000 Subject: [PATCH] Add support for sip 4.2 --- salome_adm/unix/config_files/check_sip.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/salome_adm/unix/config_files/check_sip.m4 b/salome_adm/unix/config_files/check_sip.m4 index dde9bc31f..245f2382e 100644 --- a/salome_adm/unix/config_files/check_sip.m4 +++ b/salome_adm/unix/config_files/check_sip.m4 @@ -39,8 +39,10 @@ else SIP_VERS=v3_old ;; 3.10*) SIP_VERS=v3_new ;; - 4.*) - SIP_VERS=v4 ;; + 4.1*) + SIP_VERS=v4_old ;; + 4.2*) + SIP_VERS=v4_new ;; *) AC_MSG_RESULT(sip version $version not supported) SIP_VERS=unsupported ;; -- 2.39.2