]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/configure
fix gdb+python build failure if using non-GNU sed
authorJoel Brobecker <brobecker@gnat.com>
Wed, 2 Feb 2011 04:36:21 +0000 (04:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 2 Feb 2011 04:36:21 +0000 (04:36 +0000)
commitc1039e3cb7b09a4587e2f78eace2fc61a593235b
treed53540e142f5904f5e2c69333d2de6792a350b25
parent73b45f0445c35690ad475f9f2b5957194af7ddee
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.
gdb/ChangeLog
gdb/configure
gdb/configure.ac