1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Remove define that appears to cause configure test breakage on Julien's machine.

(This used to be commit f47df57615)
This commit is contained in:
Jelmer Vernooij
2008-03-27 22:26:37 +01:00
parent 677dc6aa89
commit e15b35e389

View 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);
],[