diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-02 12:53:30 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-02 13:14:14 +0200 |
commit | 60d77096cb5d4ebfb756963deb0c25b1f046a61a (patch) | |
tree | 5b10e440950c7e1fa4572acb855d25bf0d6101e8 /m4 | |
parent | 79f33674c660f2ebbf75843b06049f036eceeeca (diff) | |
download | samba-60d77096cb5d4ebfb756963deb0c25b1f046a61a.tar.gz samba-60d77096cb5d4ebfb756963deb0c25b1f046a61a.tar.bz2 samba-60d77096cb5d4ebfb756963deb0c25b1f046a61a.zip |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check_python.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/check_python.m4 b/m4/check_python.m4 index 9453766313..42eef19bd5 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 <Python.h> ],[ |