From: Trevor Bowen Date: Mon, 13 May 2013 21:47:29 +0000 (-0500) Subject: Fixed failed IEEE check for cross-compile support. X-Git-Tag: v1.5.0-rc1~179^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F389%2Fhead;p=thirdparty%2Frrdtool-1.x.git Fixed failed IEEE check for cross-compile support. --- diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 index fe969be4..234ef48d 100644 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -358,7 +358,9 @@ int main(void){ if (! rrdinf > 0) {printf ("not inf > 0 ... "); return 1;} if (! -rrdinf < 0) {printf ("not -inf < 0 ... "); return 1;} return 0; - }]])],[rd_cv_ieee_$2=yes],[rd_cv_ieee_$2=no],[:])]) + }]])],[rd_cv_ieee_$2=yes],[rd_cv_ieee_$2=no],[$as_echo_n "(skipped ... cross-compiling) " >&6 + # Bypass further checks + rd_cv_ieee_works=yes])]) dnl these we run regardles is cached or not if test x${rd_cv_ieee_$2} = "xyes"; then AC_MSG_RESULT(yes)