summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.m4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-03-28 10:19:21 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-03-28 10:19:21 +1100
commitde80e63efa857e39144650117985e9148eab033e (patch)
tree09493025db566fe829cd9ae23dc534d7af69b351 /source4/scripting/python/config.m4
parentb422a78df24201392232df10cf6a1ca1a522807e (diff)
parente15b35e3897e63b9e815a04101436439d4aebdef (diff)
downloadsamba-de80e63efa857e39144650117985e9148eab033e.tar.gz
samba-de80e63efa857e39144650117985e9148eab033e.tar.bz2
samba-de80e63efa857e39144650117985e9148eab033e.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 59d8d17093efac3a177a032f2e121ea6f43a96c8)
Diffstat (limited to 'source4/scripting/python/config.m4')
-rw-r--r--source4/scripting/python/config.m42
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);
],[