]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Build-system] Update libks version requirement to 1.8.2
authorAndrey Volk <andywolk@gmail.com>
Tue, 31 Jan 2023 22:30:11 +0000 (01:30 +0300)
committerAndrey Volk <andywolk@gmail.com>
Thu, 2 Feb 2023 16:54:43 +0000 (19:54 +0300)
configure.ac

index e64636fc1c80391c9b372c30e3da4820b5e915fa..b3dad2275f5aebc4378ffc079ac7f4bc3cc2b04f 100644 (file)
@@ -1518,7 +1518,7 @@ PKG_CHECK_MODULES([V8FS_STATIC], [v8-6.1_static >= 6.1.298],[
   ])
 ])
 
-PKG_CHECK_MODULES([KS], [libks >= 1.1.0],[
+PKG_CHECK_MODULES([KS], [libks >= 1.8.2],[
   AM_CONDITIONAL([HAVE_KS],[true])],[
     if module_enabled mod_verto; then
       AC_MSG_ERROR([You need to either install libks or disable mod_verto in modules.conf])