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:
Bård Skaflestad 2012-01-03 20:31:51 +01:00
parent d23f325e9b
commit b48a4d6f27

View File

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