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/configure | |
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/configure')
-rwxr-xr-x | gdb/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index f557aa1..174c186 100755 --- a/gdb/configure +++ b/gdb/configure @@ -10809,7 +10809,11 @@ $as_echo "${found_usable_python}" >&6; } fi fi - if test "${have_libpython}" = python2.6; then + if test "${have_libpython}" = python2.7; then + +$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h + + elif test "${have_libpython}" = python2.6; then $as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h |