configure.ac: fix SC1105 ("Shells disambiguate (( differently or not at all.").

This commit is contained in:
Daniel Pouzzner
2024-12-04 18:42:48 -06:00
parent 66c874bded
commit 37acac2eb3

View File

@@ -701,7 +701,7 @@ fi
# MATH LIBRARY SELECTION
# Assure consistency of defaults
if test "$DEF_FAST_MATH" = "yes" && ((test "$enable_sp_math" != "no" && test "$enable_sp_math" != "") || test "$enable_heapmath" = "yes")
if test "$DEF_FAST_MATH" = "yes" && ( (test "$enable_sp_math" != "no" && test "$enable_sp_math" != "") || test "$enable_heapmath" = "yes")
then
DEF_FAST_MATH=no
fi