From 57ba31ca968552f28b2221b740f9b0c5bcd9911a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 15 Jun 2009 15:08:25 -0400 Subject: Add option to --disable-python on build --- lib/tdb/configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac index c42a970721..e00f08af70 100644 --- a/lib/tdb/configure.ac +++ b/lib/tdb/configure.ac @@ -28,6 +28,15 @@ if test -z "$PYTHON_CONFIG"; then PYTHON_CHECK_TARGET="" fi +AC_ARG_ENABLE(python, + [--enable-python Ebables python bindings], + [ if test "x$enableval" = "xno" ; then + PYTHON_BUILD_TARGET="" + PYTHON_INSTALL_TARGET="" + PYTHON_CHECK_TARGET="" + fi + ]) + m4_include(build_macros.m4) BUILD_WITH_SHARED_BUILD_DIR -- cgit