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/tdb/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/tdb/config.m4') diff --git a/source4/lib/tdb/config.m4 b/source4/lib/tdb/config.m4 index 73e74ddd0c..cb0801795c 100644 --- a/source4/lib/tdb/config.m4 +++ b/source4/lib/tdb/config.m4 @@ -30,6 +30,7 @@ fi if test x"$PYTHON" != "x"; then AC_MSG_RESULT([${withval-python}]) else + SMB_ENABLE(swig_tdb, NO) AC_MSG_RESULT(no) fi -- cgit