summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 47df960d5..bd31b9824 100644
--- a/configure.ac
+++ b/configure.ac
@@ -882,7 +882,7 @@ if test $cvc4_has_threads = maybe; then
LDFLAGS="$cvc4_save_LDFLAGS"
fi
if test $cvc4_has_threads = no; then
- if test $with_portfolio = yes; then
+ if test x$with_portfolio = xyes; then
AC_MSG_ERROR([user gave --with-portfolio but could not build with threads; maybe boost threading library is missing?])
fi
with_portfolio=no
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback