Skip to content

Commit

Permalink
Run bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpeterson committed Mar 15, 2018
1 parent df08fea commit 46113ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -36476,7 +36476,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 46113ed

Please sign in to comment.