diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-02-02 04:36:21 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-02-02 04:36:21 +0000 |
commit | c1039e3cb7b09a4587e2f78eace2fc61a593235b (patch) | |
tree | d53540e142f5904f5e2c69333d2de6792a350b25 /binutils | |
parent | 73b45f0445c35690ad475f9f2b5957194af7ddee (diff) | |
download | gdb-c1039e3cb7b09a4587e2f78eace2fc61a593235b.zip gdb-c1039e3cb7b09a4587e2f78eace2fc61a593235b.tar.gz gdb-c1039e3cb7b09a4587e2f78eace2fc61a593235b.tar.bz2 |
fix gdb+python build failure if using non-GNU sed
Non-GNU sed do not like the '?' quantifier when used in a s/// regexp
that involve back-references, causing the build to fail when trying
to link with Python support. This fixes it by using the '*' quantifier
instead.
gdb/ChangeLog:
* configure.ac: Work around non-GNU sed limitation when computing
python version number.
* configure: Regenerate.
Diffstat (limited to 'binutils')
0 files changed, 0 insertions, 0 deletions