Make the option help tell the truth
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 7 Oct 2008 14:39:00 +0000 (14:39 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 7 Oct 2008 14:39:00 +0000 (14:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@10779 dcc99617-32d9-48b4-a31d-7c20da2025e4

configure.ac

index 6f31d20..fe165bf 100644 (file)
@@ -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 ;;