summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-11 05:46:40 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-11 05:46:40 +0200
commit826dadf4f24765cdd437c29c035496ae6793761c (patch)
tree3c44ad708b6558a4fab69a08bd2d17279f1a98b7 /source4/scripting/python/config.m4
parent47d22189227c0dd6f2f370ade2cfb878eef0f240 (diff)
downloadsamba-826dadf4f24765cdd437c29c035496ae6793761c.tar.gz
samba-826dadf4f24765cdd437c29c035496ae6793761c.tar.bz2
samba-826dadf4f24765cdd437c29c035496ae6793761c.zip
Remove smbpython.
(This used to be commit e83f7b11963f2996e3ced0251087a09eb55c347c)
Diffstat (limited to 'source4/scripting/python/config.m4')
-rw-r--r--source4/scripting/python/config.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4
index a61d541049..1a86951bfb 100644
--- a/source4/scripting/python/config.m4
+++ b/source4/scripting/python/config.m4
@@ -64,7 +64,6 @@ SMB_EXT_LIB(EXT_LIB_PYTHON, [$PYTHON_LDFLAGS], [$PYTHON_CFLAGS])
AC_MSG_CHECKING(working python module support)
if test $working_python = yes; then
SMB_ENABLE(EXT_LIB_PYTHON,YES)
- SMB_ENABLE(smbpython,YES)
SMB_ENABLE(LIBPYTHON,YES)
AC_MSG_RESULT([yes])
else