diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 20:47:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 20:47:12 +0100 |
commit | 63aa4b902144873243e37eb7d7ce91d30b886abc (patch) | |
tree | 91fc815e7df22bdb4596af116aa713b49f09657d /source4/scripting | |
parent | 0af38050dda392c42fd6b2d7982c94663b6286e0 (diff) | |
download | samba-63aa4b902144873243e37eb7d7ce91d30b886abc.tar.gz samba-63aa4b902144873243e37eb7d7ce91d30b886abc.tar.bz2 samba-63aa4b902144873243e37eb7d7ce91d30b886abc.zip |
Remove unused define.
(This used to be commit 64d6d729135e1b3b19c9bdbbe973fcdaca15e8b3)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index 1f03ec8e34..908efd1588 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -66,7 +66,6 @@ if test $working_python = yes; then SMB_ENABLE(EXT_LIB_PYTHON,YES) SMB_ENABLE(smbpython,YES) SMB_ENABLE(LIBPYTHON,YES) - AC_DEFINE(HAVE_WORKING_PYTHON, 1, [Whether we have working python support]) AC_MSG_RESULT([yes]) else AC_MSG_ERROR([Python not found. Please install Python 2.x and its development headers/libraries.]) |