[Opensrf-commits] r1450 - trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 7 10:38:30 EDT 2008
Author: dbs
Date: 2008-10-07 10:38:29 -0400 (Tue, 07 Oct 2008)
New Revision: 1450
Modified:
trunk/configure.ac
Log:
Make the option help tell the truth
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-07 14:36:33 UTC (rev 1449)
+++ trunk/configure.ac 2008-10-07 14:38:29 UTC (rev 1450)
@@ -69,7 +69,7 @@
# build and install the python modules
AC_ARG_ENABLE([python],
-[ --enable-python disable building and installing python modules],
+[ --enable-python enable building and installing python modules],
[case "${enableval}" in
yes) OSRF_INSTALL_PYTHON=true ;;
no) OSRF_INSTALL_PYTHON=false ;;
More information about the opensrf-commits
mailing list