From: Javier Jardón Date: Fri, 18 Sep 2009 10:50:21 +0000 (+0200) Subject: Add AM_PROG_CC_C_O to configure.ac X-Git-Tag: 3.1.5~1 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7321e5256c7441720a4359e4bc59627c0a67c1e4 Add AM_PROG_CC_C_O to configure.ac Fixes NB#139752, fix Modest compilation warnings https://bugzilla.maemo.org/show_bug.cgi?id=5156 --- diff --git a/configure.ac b/configure.ac index 0df4256..8d49976 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ AC_SUBST(prefix) AC_PROG_CC AC_PROG_CXX AM_PROG_CC_STDC +AM_PROG_CC_C_O AC_HEADER_STDC AC_PROG_LIBTOOL