From: Paul Brossier Date: Tue, 23 Oct 2007 10:45:13 +0000 (+0200) Subject: configure.ac: add AM_PROG_CC_O X-Git-Tag: bzr2git~512 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00c522bd45d1fa30318f58fcfbedaf7a661e53d7;p=aubio.git configure.ac: add AM_PROG_CC_O --- 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