Make the option help tell the truth
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 7 Oct 2008 14:38:29 +0000 (14:38 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 7 Oct 2008 14:38:29 +0000 (14:38 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1450 9efc2488-bf62-4759-914b-345cdb29e865

configure.ac

index ba492b3..4b9e62c 100644 (file)
@@ -69,7 +69,7 @@ AC_SUBST([OSRF_INSTALL_JAVA])
 
 # 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 ;;