mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04:00
Backport patch fixing support for GCC 14. While at it also renumber the other patch with 1xx order to follow usual pattern for downstream patch. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
456 B
Diff
12 lines
456 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -247,7 +247,7 @@ SAC_OPENSSL
|
|
SAC_TPORT
|
|
|
|
dnl Check is used for testing
|
|
-PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check="yes", have_check="no")
|
|
+PKG_CHECK_MODULES(CHECK, we_do_not_want_check >= 0.9.4, have_check="yes", have_check="no")
|
|
AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
|
|
if test x"$have_check" = "xyes"; then
|
|
AC_DEFINE([HAVE_CHECK], 1, [Define to 1 if check library is available])
|