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: 1.4.8~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbe02f924ec0e0342c5c728ee93a52e2ae1104f;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 e12477f2..6aed2238 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)