Re: [PATCH] configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE

2013-09-24 Thread Eric Anholt
Emil Velikov writes: > Documentation states that AC_*_IFELSE has to use AC_LANG_SOURCE or > friends in order to generate the source code to compile. > AC_LINK_IFELSE already handles this, thus convert AC_COMPILE_IFELSE > to silence the final autoconf warnings. > > Signed-off-by: Emil Velikov Pu

Re: [PATCH] configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE

2013-09-23 Thread Daniel Kurtz
On Thu, Sep 19, 2013 at 9:21 AM, Emil Velikov wrote: > Documentation states that AC_*_IFELSE has to use AC_LANG_SOURCE or > friends in order to generate the source code to compile. > AC_LINK_IFELSE already handles this, thus convert AC_COMPILE_IFELSE > to silence the final autoconf warnings. > > S

[PATCH] configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE

2013-09-23 Thread Emil Velikov
Documentation states that AC_*_IFELSE has to use AC_LANG_SOURCE or friends in order to generate the source code to compile. AC_LINK_IFELSE already handles this, thus convert AC_COMPILE_IFELSE to silence the final autoconf warnings. Signed-off-by: Emil Velikov --- While this patch is not strictly