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:
@ -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);
|
||||
],[
|
||||
|
Reference in New Issue
Block a user