efl: use compile-time chec for type of va_list
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 2 Jan 2013 15:16:32 +0000 (15:16 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 2 Jan 2013 15:16:32 +0000 (15:16 +0000)
commit1282bb2754113f30ff7af96c785e9bc070a45c26
treef93faf8548618da5ee58383555300bce960e9677
parenta34941c17f57caeb448ba46e0a4b91a9671da7b8
efl: use compile-time chec for type of va_list

Using AC_TRY_RUN is bad for crosscompiling since you can't run the
binary you compiled (if you are not using a canadian crosstoolchain).
In this case the check is omitted and HAVE_VA_LIST_AS_ARRAY remains
undefined, which is wrong if you are compiling in a x86_64 for an ARM
architecture.

SVN revision: 82000
m4/ac_valist.m4