1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00

[build slog] Replace AC_PROG_CC_C89 with AC_PROG_CC

* configure.ac (AC_PROG_CC): ...here.
This commit is contained in:
Thien-Thi Nguyen 2021-03-02 23:15:12 -05:00
parent 1c594b5a4c
commit f881f70d14

View file

@ -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