ecore now requires c99

SVN revision: 71859
This commit is contained in:
Mike Blumenkrantz 2012-06-08 19:09:41 +00:00
parent 079c2aa1d3
commit 1d1cd02899
1 changed files with 4 additions and 1 deletions

View File

@ -370,7 +370,10 @@ m4_ifndef([am__fastdepOBJC], [
])
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CC_C99
if test "x${ac_cv_prog_cc_c99}" = "xno" ; then
AC_MSG_ERROR([ecore requires a c99-capable compiler])
fi
have_gnu_objc=${ac_cv_objc_compiler_gnu}