diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-06 19:03:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-06 19:03:12 +0000 |
commit | 11763c18565305217892e8e302eb55c7ced0cbcc (patch) | |
tree | 0ad607f5bc88007a6f3879ea83a8dc167f20f399 /gdb/config.in | |
parent | a6cc4789c3221ece1816cb1264d737d438c51f00 (diff) | |
download | gdb-11763c18565305217892e8e302eb55c7ced0cbcc.zip gdb-11763c18565305217892e8e302eb55c7ced0cbcc.tar.gz gdb-11763c18565305217892e8e302eb55c7ced0cbcc.tar.bz2 |
* configure, config.in: Rebuild.
* configure.ac (HAVE_LIBPYTHON2_7): New define.
* python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 76cb363..1fc457d 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -229,6 +229,9 @@ /* Define if Python 2.6 is being used. */ #undef HAVE_LIBPYTHON2_6 +/* Define if Python 2.7 is being used. */ +#undef HAVE_LIBPYTHON2_7 + /* Define if libunwind library is being used. */ #undef HAVE_LIBUNWIND |