Remove define that appears to cause configure test breakage on Julien's machine.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Mar 2008 21:26:37 +0000 (22:26 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 27 Mar 2008 21:26:37 +0000 (22:26 +0100)
source/scripting/python/config.m4

index aac98ebc60d13e8251d47a0ae11522ac6e488bc4..3790071ba88cc3148b517e78147ae3b1dcba5196 100644 (file)
@@ -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);
                        ],[