From: Volker Lendecke Date: Sat, 2 May 2009 10:53:30 +0000 (+0200) Subject: Attempt to fix the merged build on OpenSuSE 10.2 X-Git-Tag: tdb-1.1.5~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d77096cb5d4ebfb756963deb0c25b1f046a61a;p=thirdparty%2Fsamba.git 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. --- 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 ],[