]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fixed failed IEEE check for cross-compile support.
authorTrevor Bowen <trevor.bowen@adtran.com>
Mon, 13 May 2013 21:47:29 +0000 (16:47 -0500)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 14 May 2013 06:08:03 +0000 (08:08 +0200)
m4/acinclude.m4

index e12477f29738cf30c8c0f18a43808a5cd34ef5d0..6aed223893471dd35fb1a7d0d1d53075807e590f 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)