From f881f70d14daa0eb23e189dc46a682a000fdedef Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 2 Mar 2021 23:15:12 -0500 Subject: [PATCH] [build slog] Replace AC_PROG_CC_C89 with AC_PROG_CC * configure.ac (AC_PROG_CC): ...here. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fa6e1accd..08f2eeeb2 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ AC_PROG_AWK AC_USE_SYSTEM_EXTENSIONS -AC_PROG_CC_C89 +AC_PROG_CC # for per-target cflags in the libguile subdir AM_PROG_CC_C_O