From ab8fd44603c6ac140e6d0c29fd6a1a1065f616a3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Apr 2006 20:55:26 +0000 Subject: r15300: Only enable SWIG shared libs if python is available (This used to be commit d9f1c19f58578f97e7a20a54c474abfe6525849f) --- source4/lib/ldb/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/config.m4 b/source4/lib/ldb/config.m4 index c8603b079f..845563b4a1 100644 --- a/source4/lib/ldb/config.m4 +++ b/source4/lib/ldb/config.m4 @@ -27,6 +27,7 @@ if test x"$PYTHON" != "x"; then AC_MSG_RESULT([${withval-python}]) else AC_MSG_RESULT(no) + SMB_ENABLE(swig_ldb, NO) fi AC_SUBST(PYTHON) -- cgit