代码拉取完成,页面将自动刷新
From ddad860e11087ab21d5533f31c2da89f8200dd58 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Thu, 16 Jan 2025 15:17:33 +0100
Subject: [PATCH] configure: fix typo
Otherwise, it leads to:
$ ./configure
...
checking where the gettext function comes from... libc
./configure: line 15565: ++ac_func=: command not found
checking for reallocarray... yes
...
Fallout from b415003c3868d8b343d8bef4bce804571805e616
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 61276370..c1abe111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,8 @@ m4_include(src/conf_macros.m4)
m4_include(external/a2x.m4)
m4_include(external/po4a.m4)
-+dnl Check if functions are present
-+AC_CHECK_FUNCS_ONCE([reallocarray])
+dnl Check if functions are present
+AC_CHECK_FUNCS_ONCE([reallocarray])
dnl Required libraries
REQUIRE_POPT
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。