From: dbs Date: Tue, 7 Oct 2008 14:38:29 +0000 (+0000) Subject: Make the option help tell the truth X-Git-Tag: osrf_rel_2_0_1~544 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e141476bdb2198fcca7c955eff72df83f94b75e8;p=OpenSRF.git Make the option help tell the truth git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1450 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/configure.ac b/configure.ac index ba492b3..4b9e62c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;;