mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Attempt to fix the merged build on OpenSuSE 10.2
Python.h 2.5 on that platform does not #include the necessary headers to see uintptr_t.
This commit is contained in:
@ -17,6 +17,7 @@ AC_DEFUN([TRY_LINK_PYTHON],
|
|||||||
CFLAGS="$CFLAGS $2"
|
CFLAGS="$CFLAGS $2"
|
||||||
|
|
||||||
AC_TRY_LINK([
|
AC_TRY_LINK([
|
||||||
|
#undef HAVE_UINTPTR_T
|
||||||
/* we have our own configure tests */
|
/* we have our own configure tests */
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
],[
|
],[
|
||||||
|
Reference in New Issue
Block a user