From 11763c18565305217892e8e302eb55c7ced0cbcc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 6 Jul 2010 19:03:12 +0000 Subject: * configure, config.in: Rebuild. * configure.ac (HAVE_LIBPYTHON2_7): New define. * python/python-internal.h: Handle HAVE_LIBPYTHON2_7. --- gdb/python/python-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/python/python-internal.h') diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 630d191..2b8d301 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -50,6 +50,9 @@ typedef int Py_ssize_t; #elif HAVE_LIBPYTHON2_6 #include "python2.6/Python.h" #include "python2.6/frameobject.h" +#elif HAVE_LIBPYTHON2_7 +#include "python2.7/Python.h" +#include "python2.7/frameobject.h" #else #error "Unable to find usable Python.h" #endif -- cgit v1.1