Skip to content

Commit

Permalink
Run bootstrap.
Browse files Browse the repository at this point in the history
Refs #1593.
  • Loading branch information
jwpeterson committed Mar 16, 2018
1 parent b5ac418 commit 7d84177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit 7d84177

Please sign in to comment.