From 7321e5256c7441720a4359e4bc59627c0a67c1e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Fri, 18 Sep 2009 12:50:21 +0200 Subject: [PATCH 1/1] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.5