summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-04-11 16:31:03 +0000
committerMorgan Deters <mdeters@gmail.com>2012-04-11 16:31:03 +0000
commitd01d291be3213368985f28d0072905c4f033d5ff (patch)
tree8524a2b6a00c012221ecca9266c3ab9fb11989ed /configure.ac
parent889853e225687dfef36b15ca1dccf74682e0fd66 (diff)
merge from arrays-clark branch
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