Skip to content

Commit

Permalink
Bash needs a noop if TLS isn't found.
Browse files Browse the repository at this point in the history
Fix is from spack/spack#21894
  • Loading branch information
rblake-llnl authored and andikleen committed Feb 24, 2021
1 parent 66e864b commit b46666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_PROG_CC
# Override CFLAGS so that we can specify custom CFLAGS for numademo.
AX_AM_OVERRIDE_VAR([CFLAGS])

AX_TLS
AX_TLS([:],[:])

AX_CHECK_COMPILE_FLAG([-ftree-vectorize], [tree_vectorize="true"])
AM_CONDITIONAL([HAVE_TREE_VECTORIZE], [test x"${tree_vectorize}" = x"true"])
Expand Down

0 comments on commit b46666e

Please sign in to comment.