1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

Added 'AM_PROG_CC_C_O' in 'configure.ac'

This commit is contained in:
Anthony Scemama 2022-12-13 17:09:10 +01:00
parent 158f99bde9
commit fb1dcb5fca

View File

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