Ticket #1981: configure.ac: add AM_PROG_CC_C_O as we use compiler, that accepts '-c' and '-o' options

src/consaver/Makefile.am:5: compiling `cons.saver.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Sergei Trofimovich 2010-01-26 22:26:49 +02:00 committed by Slava Zanko
parent e2db88810b
commit 81b644df8a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ AC_PROG_LIBTOOL
AC_ISC_POSIX
AC_PROG_CC_STDC
AM_PROG_CC_C_O
dnl Doxygen