Remove define that appears to cause configure test breakage on Julien's machine.
[samba.git] / source4 / 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);
                        ],[