From 60d77096cb5d4ebfb756963deb0c25b1f046a61a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 2 May 2009 12:53:30 +0200 Subject: [PATCH] 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. --- m4/check_python.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/check_python.m4 b/m4/check_python.m4 index 94537663137..42eef19bd56 100644 --- a/m4/check_python.m4 +++ b/m4/check_python.m4 @@ -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 ],[ -- 2.34.1