diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-04-03 15:46:10 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-04-03 15:46:10 -0500 |
commit | 94af3587792732ea2d0e7900be98dd6456388502 (patch) | |
tree | a6f627338fa2e4cecfbeac085b33da04c12cc17e /configure.ac | |
parent | b0e3ba4c6849d9de1d7e6899e9c5b4fdc78c943f (diff) | |
download | mediagoblin-94af3587792732ea2d0e7900be98dd6456388502.tar.lz mediagoblin-94af3587792732ea2d0e7900be98dd6456388502.tar.xz mediagoblin-94af3587792732ea2d0e7900be98dd6456388502.zip |
Whoops, fix --without-virtualenv's helptext
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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], |