From 7d841774b143143ed1e9c23aec1bad3911a827e5 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Fri, 16 Mar 2018 08:23:57 -0600 Subject: [PATCH] Run bootstrap. Refs #1593. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 27598ac0d49..337b16b155d 100755 --- a/configure +++ b/configure @@ -36523,7 +36523,7 @@ $as_echo "$ac_cv_tls" >&6; } # If TBB was not enabled, but the user requested it, we treat that as an error: # we want to alert the user as soon as possible that their requested thread model # could not be configured correctly. - if (test $enabletbb = no); then + if (test "x$enabletbb" = "xno" -a "x$requested_thread_model" = "xtbb"); then as_fn_error $? "requested threading model, TBB, could not be found." "$LINENO" 5 fi fi