]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fixed failed IEEE check for cross-compile support. 389/head
authorTrevor Bowen <trevor.bowen@adtran.com>
Mon, 13 May 2013 21:47:29 +0000 (16:47 -0500)
committerTrevor Bowen <trevor.bowen@adtran.com>
Mon, 13 May 2013 21:47:29 +0000 (16:47 -0500)
m4/acinclude.m4

index fe969be4e5ceffd38d104a855ccc728f90460e32..234ef48d154da523246523c6059b5f4feb37723a 100644 (file)
@@ -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)