[open-ils-commits] r10779 - trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 7 10:39:02 EDT 2008
Author: dbs
Date: 2008-10-07 10:39:00 -0400 (Tue, 07 Oct 2008)
New Revision: 10779
Modified:
trunk/configure.ac
Log:
Make the option help tell the truth
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-07 14:35:17 UTC (rev 10778)
+++ trunk/configure.ac 2008-10-07 14:39:00 UTC (rev 10779)
@@ -138,7 +138,7 @@
# 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 ;;
More information about the open-ils-commits
mailing list