File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -315,15 +315,15 @@ AC_DEFUN([MCA_ompi_op_avx_CONFIG],[
315
315
[$op_sse3_support ],
316
316
[SSE3 supported in the current build])
317
317
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx512 _support],
318
- [test "$op_avx512_support " == "1 "])
318
+ [test "$op_avx512_support " = "1 "])
319
319
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx2 _support],
320
- [test "$op_avx2_support " == "1 "])
320
+ [test "$op_avx2_support " = "1 "])
321
321
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx_support],
322
- [test "$op_avx_support " == "1 "])
322
+ [test "$op_avx_support " = "1 "])
323
323
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sse41 _support],
324
- [test "$op_sse41_support " == "1 "])
324
+ [test "$op_sse41_support " = "1 "])
325
325
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sse3 _support],
326
- [test "$op_sse3_support " == "1 "])
326
+ [test "$op_sse3_support " = "1 "])
327
327
AC_SUBST(MCA_BUILD_OP_AVX512 _FLAGS)
328
328
AC_SUBST(MCA_BUILD_OP_AVX2 _FLAGS)
329
329
AC_SUBST(MCA_BUILD_OP_AVX_FLAGS)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ AC_DEFUN([MCA_opal_memory_patcher_CONFIG],[
51
51
# Per the above logic, memory patcher no longer supports MacOS/Darwin,
52
52
# so we no longer support Darwin-specific logic for intercept_mmap.
53
53
# See issue #6853: mmap infinite recurse in opal/mca/memory/patcher
54
- AS_IF([test " $opal_memory_patcher_happy " == " yes" ], [
54
+ AS_IF([test " $opal_memory_patcher_happy " = " yes" ], [
55
55
AC_CHECK_FUNCS([__curbrk])
56
56
AC_CHECK_HEADERS([linux/mman.h sys/syscall.h])
57
57
AC_CHECK_DECLS([__syscall], [], [], [# include <sys/syscall.h>])
You can’t perform that action at this time.
0 commit comments