diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-27 22:26:37 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-27 22:26:37 +0100 |
commit | e15b35e3897e63b9e815a04101436439d4aebdef (patch) | |
tree | 0795b50dfd42a0f6e09df7a376464aa83a9711b0 /source4/scripting/python | |
parent | 677dc6aa897aed0919050545155fbd868c210b89 (diff) | |
download | samba-e15b35e3897e63b9e815a04101436439d4aebdef.tar.gz samba-e15b35e3897e63b9e815a04101436439d4aebdef.tar.bz2 samba-e15b35e3897e63b9e815a04101436439d4aebdef.zip |
Remove define that appears to cause configure test breakage on Julien's machine.
(This used to be commit f47df5761571dd5c36789fb2e225a1125ca0e8f7)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index aac98ebc60..3790071ba8 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -23,9 +23,7 @@ AC_DEFUN([TRY_LINK_PYTHON], AC_TRY_LINK([ /* we have our own configure tests */ - #define Py_PYCONFIG_H 1 #include <Python.h> - #include <stdlib.h> ],[ Py_InitModule(NULL, NULL); ],[ |