From: abd Date: Wed, 16 Jan 2008 14:54:41 +0000 (+0000) Subject: Bug 18580 X-Git-Tag: for_M2008_07022008~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=63076316f90536134e2ba01f5890168797ed9501;p=modules%2Fgui.git Bug 18580 Add new verion of sip --- diff --git a/adm_local/unix/config_files/check_sip.m4 b/adm_local/unix/config_files/check_sip.m4 index b9aa397fc..88cbe5951 100644 --- a/adm_local/unix/config_files/check_sip.m4 +++ b/adm_local/unix/config_files/check_sip.m4 @@ -50,6 +50,10 @@ else SIP_VERS=v4_new ;; 4.5*) SIP_VERS=v4_new ;; + 4.6*) + SIP_VERS=v4_new ;; + 4.7*) + SIP_VERS=v4_new ;; *) AC_MSG_RESULT(sip version $version not supported) SIP_VERS=unsupported ;;