From f2c7db06522ba477d289b5638e37dabdcd56f1b9 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 7 Oct 2008 14:36:33 +0000 Subject: [PATCH] Disable Python by default as it is not currently required git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1449 9efc2488-bf62-4759-914b-345cdb29e865 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9ebe579..ba492b3 100644 --- a/configure.ac +++ b/configure.ac @@ -69,13 +69,13 @@ AC_SUBST([OSRF_INSTALL_JAVA]) # build and install the python modules AC_ARG_ENABLE([python], -[ --disable-python disable building and installing python modules], +[ --enable-python disable building and installing python modules], [case "${enableval}" in yes) OSRF_INSTALL_PYTHON=true ;; no) OSRF_INSTALL_PYTHON=false ;; *) AC_MSG_ERROR([please choose another value for --enable-python (supported values are yes or no)]) ;; esac], -[OSRF_INSTALL_PYTHON=true]) +[OSRF_INSTALL_PYTHON=false]) AM_CONDITIONAL([BUILDPYTHON], [test x$OSRF_INSTALL_PYTHON = xtrue]) AC_SUBST([OSRF_INSTALL_PYTHON]) -- 2.43.2