From: dbs Date: Tue, 7 Oct 2008 14:39:00 +0000 (+0000) Subject: Make the option help tell the truth X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f80ec77aa15315024c54934db7c91a99cf47c1f;p=Evergreen.git Make the option help tell the truth git-svn-id: svn://svn.open-ils.org/ILS/trunk@10779 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/configure.ac b/configure.ac index 6f31d20397..fe165bf182 100644 --- a/configure.ac +++ b/configure.ac @@ -138,7 +138,7 @@ AM_CONDITIONAL([BUILDEGJAVA], [test x$evergreen_java = xtrue]) # build the evergreen python modules? AC_ARG_ENABLE([evergreen-python], -[ --enable-evergreen-python disables the installation of the evergreen python modules ], +[ --enable-evergreen-python enables the installation of the evergreen python modules ], [case "${enableval}" in yes) EG_PYTHON_INSTALL=true ;; no) EG_PYTHON_INSTALL=false ;;