From e141476bdb2198fcca7c955eff72df83f94b75e8 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 7 Oct 2008 14:38:29 +0000 Subject: [PATCH 1/1] Make the option help tell the truth git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1450 9efc2488-bf62-4759-914b-345cdb29e865 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.43.2