configure.ac : Add AM_PROG_CC_C_O.

This commit is contained in:
Erik de Castro Lopo 2012-04-04 20:08:52 +10:00
parent 66bd44bacc
commit afedee1251
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ AC_LANG_POP(C++)
# c flavor
AC_HEADER_STDC
AM_PROG_CC_C_O
AC_C_INLINE
AC_C_VARARRAYS