i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 09c544a60036845c39f589da232116f1090badea
parent 32d2c24de3390f593d391f5b808283c5ea0c4f96
Author: Raymond Li <hi@raymond.li>
Date:   Sun, 14 Feb 2021 17:21:04 -0500

Fix configure

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -50,7 +50,7 @@ dnl is_release must be lowercase because AX_CHECK_ENABLE_DEBUG calls m4_tolower
 dnl on its fourth argument.
 AX_CHECK_ENABLE_DEBUG([yes], , [UNUSED_NDEBUG], [$is_release])
 
-AC_REQUIRE(AC_PROG_CC)
+AC_PROG_CC
 
 # For strnlen() and vasprintf().
 AC_USE_SYSTEM_EXTENSIONS