1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

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

This commit is contained in:
Jelmer Vernooij
2008-03-27 22:26:37 +01:00
parent 19c29f4738
commit f47df57615

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