From 63076316f90536134e2ba01f5890168797ed9501 Mon Sep 17 00:00:00 2001 From: abd Date: Wed, 16 Jan 2008 14:54:41 +0000 Subject: [PATCH] Bug 18580 Add new verion of sip --- adm_local/unix/config_files/check_sip.m4 | 4 ++++ 1 file changed, 4 insertions(+) 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 ;; -- 2.39.2