From 3f80ec77aa15315024c54934db7c91a99cf47c1f Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 7 Oct 2008 14:39:00 +0000 Subject: [PATCH] Make the option help tell the truth git-svn-id: svn://svn.open-ils.org/ILS/trunk@10779 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.43.2