From fb1dcb5fcae29a2f59eb63e2dec86375144d96fe Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 13 Dec 2022 17:09:10 +0100 Subject: [PATCH] Added 'AM_PROG_CC_C_O' in 'configure.ac' --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 1370fbf..0a6f6b8 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,7 @@ m4_version_prereq([2.70],[], [AC_PROG_CC_C99]) AS_IF([test "$ac_cv_prog_cc_c99" = "no"], [AC_MSG_ERROR([The compiler does not support C99])]) AC_PROG_CC_C_O +AM_PROG_CC_C_O # Fortran API [default: --with-fortran], do not disable in the dev mode