From 94af3587792732ea2d0e7900be98dd6456388502 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 3 Apr 2015 15:46:10 -0500 Subject: [PATCH] Whoops, fix --without-virtualenv's helptext --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 975f0e00..a37d5c40 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,8 @@ dnl # Support doing development in a virtualenv via the --with-virtualenv # configure flag AC_ARG_WITH([virtualenv], - [AS_HELP_STRING([--without-virtualenv], [install to a Python virtualenv])], + [AS_HELP_STRING([--without-virtualenv], + [don't install a Python virtualenv for the user])], [], [with_virtualenv=yes]) AS_IF([test "x$with_virtualenv" != xno], -- 2.11.4.GIT