forked from wolfSSL/wolfssl
configure.ac: fix SC1105 ("Shells disambiguate (( differently or not at all.").
This commit is contained in:
@@ -701,7 +701,7 @@ fi
|
|||||||
# MATH LIBRARY SELECTION
|
# MATH LIBRARY SELECTION
|
||||||
|
|
||||||
# Assure consistency of defaults
|
# 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
|
then
|
||||||
DEF_FAST_MATH=no
|
DEF_FAST_MATH=no
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user