summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-27 22:26:37 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-27 22:26:37 +0100
commitf47df5761571dd5c36789fb2e225a1125ca0e8f7 (patch)
tree0b7248d9cfbeab5c9e156c26efaa75e1c5a1f5eb /source
parent19c29f473883be0a17fa740de9feb226f347df4a (diff)
downloadsamba-f47df5761571dd5c36789fb2e225a1125ca0e8f7.tar.gz
samba-f47df5761571dd5c36789fb2e225a1125ca0e8f7.tar.xz
samba-f47df5761571dd5c36789fb2e225a1125ca0e8f7.zip
Remove define that appears to cause configure test breakage on Julien's machine.
Diffstat (limited to 'source')
-rw-r--r--source/scripting/python/config.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/source/scripting/python/config.m4 b/source/scripting/python/config.m4
index aac98ebc60d..3790071ba88 100644
--- a/source/scripting/python/config.m4
+++ b/source/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);
],[