6 Star 0 Fork 8

OpenCloudOS Stream/authselect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ddad860e11087ab21d5533f31c2da89f8200dd58.patch 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2025-01-21 11:44 +08:00 . - [Type] bugfix
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/authselect.git
git@gitee.com:opencloudos-stream/authselect.git
opencloudos-stream
authselect
authselect
master

搜索帮助