]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Add support for sip 4.2
authorvsr <vsr@opencascade.com>
Mon, 20 Jun 2005 04:44:46 +0000 (04:44 +0000)
committervsr <vsr@opencascade.com>
Mon, 20 Jun 2005 04:44:46 +0000 (04:44 +0000)
salome_adm/unix/config_files/check_sip.m4

index dde9bc31f2d398e4d69f0b802ebd6a74c261614c..245f2382ee200c658920e7c611dfef42445ea64a 100644 (file)
@@ -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 ;;