diff options
author | Doug Evans <dje@google.com> | 2010-06-03 18:58:39 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-06-03 18:58:39 +0000 |
commit | e7a30f46472b83892b352223e7288039be23c320 (patch) | |
tree | cc447b0966f4e4eff6e82cf8152d84f760093d53 /gdb/ChangeLog | |
parent | 8fe2a3694db658edffb8013eb3ad31f7a9d7d7ea (diff) | |
download | gdb-e7a30f46472b83892b352223e7288039be23c320.zip gdb-e7a30f46472b83892b352223e7288039be23c320.tar.gz gdb-e7a30f46472b83892b352223e7288039be23c320.tar.bz2 |
* configure.ac: Don't fail if python is unusable when
configured with --with-python=auto.
* configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 693c295..1df8206 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2010-06-03 Doug Evans <dje@google.com> + + * configure.ac: Don't fail if python is unusable when + configured with --with-python=auto. + * configure: Regenerate. + 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com> * dwarf2read.c (new_symbol): Remove redundant naming of symbol. |