There is (currently) no need to invoke 'AM_PROG_CC_C_O'.
Specifically, we don't (currently) use per-target compilation or linking flags, and therefore do not need a portability aid in our current build process.
This commit is contained in:
parent
d23f325e9b
commit
b48a4d6f27
@ -17,7 +17,6 @@ AC_CONFIG_HEADERS([config.h])
|
||||
# Checks for programs.
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
m4_ifdef([LT_INIT], [], [AC_PROG_LIBTOOL])
|
||||
|
||||
# AX_LAPACK requires a working F77 compiler or, rather, its runtime
|
||||
|
Loading…
Reference in New Issue
Block a user