diff m4/acinclude.m4 @ 29370:8e549734531e stable

Add default value to OCTAVE_MIPS_NAN configure macro for cross-compiling (bug #59830) * acinclude.m4 (OCTAVE_MIPS_NAN): Add default value of 'no' to AC_RUN_IFELSE macro so that cross-compiling does not pick the MIPS specific value of NaN.
author Rik <rik@octave.org>
date Sun, 14 Feb 2021 10:27:41 -0800
parents e9b7ac7031fb
children d35ed8538d69 89b8a7d7f75b
line wrap: on
line diff
--- a/m4/acinclude.m4	Sat Feb 13 10:44:52 2021 -0800
+++ b/m4/acinclude.m4	Sun Feb 14 10:27:41 2021 -0800
@@ -3379,6 +3379,7 @@
         #endif  
       ]])],
       octave_cv_mips_nan=yes,
+      octave_cv_mips_nan=no,
       octave_cv_mips_nan=no)
     AC_LANG_POP(C++)
   ])