1
0
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:
Volker Lendecke
2009-05-02 12:53:30 +02:00
parent 79f33674c6
commit 60d77096cb

View File

@ -17,6 +17,7 @@ AC_DEFUN([TRY_LINK_PYTHON],
CFLAGS="$CFLAGS $2"
AC_TRY_LINK([
#undef HAVE_UINTPTR_T
/* we have our own configure tests */
#include <Python.h>
],[