From 07fdd794596e4af28ed62345cf83fa5cbe9a6727 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 4 Nov 2011 20:33:46 +0000 Subject: [PATCH] Emotion: AM_PROG_CC_STDC is deprecated SVN revision: 64746 --- legacy/emotion/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/configure.ac b/legacy/emotion/configure.ac index 624d02e1ec..98512efc53 100644 --- a/legacy/emotion/configure.ac +++ b/legacy/emotion/configure.ac @@ -155,7 +155,7 @@ AC_HEADER_STDC ### Checks for compiler characteristics AC_C_CONST AC_C_BIGENDIAN -AM_PROG_CC_STDC +AC_PROG_CC_STDC AC_C___ATTRIBUTE__ EFL_EMOTION_BUILD=""