From 00c522bd45d1fa30318f58fcfbedaf7a661e53d7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 23 Oct 2007 12:45:13 +0200 Subject: [PATCH] configure.ac: add AM_PROG_CC_O --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 83722403..1d0ab91e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ AC_CANONICAL_HOST dnl Check for programs AC_PROG_CC +AM_PROG_CC_C_O dnl compiling with per-target flag if test "$ac_cv_prog_cc" = "no" ; then AC_MSG_ERROR([*** No C compiler found !]) fi -- 2.26.2