configure.ac: add AM_PROG_CC_O
authorPaul Brossier <piem@piem.org>
Tue, 23 Oct 2007 10:45:13 +0000 (12:45 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 23 Oct 2007 10:45:13 +0000 (12:45 +0200)
configure.ac

index 8372240..1d0ab91 100644 (file)
@@ -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