From 8922560cb60b3fb75aad05188fd58f0987569030 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 23 May 2010 12:22:26 +0200 Subject: [PATCH] configure.in: fix typo --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 08d92d8..babaa15 100644 --- a/configure.in +++ b/configure.in @@ -270,7 +270,7 @@ LDFLAGS="$SAVE_LDFLAGS" AC_SUBST(bv_cone_hilbert_basis) AC_MSG_CHECKING(whether to compile zsolve) -AC_ARG_WITH(bernstein, +AC_ARG_WITH(zsolve, [AS_HELP_STRING([--without-zsolve],[do not compile zsolve])], [ with_zsolve=$withval], [ with_zsolve=yes ]) AC_MSG_RESULT($with_zsolve) -- 2.11.4.GIT