diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 19:35:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 19:35:31 +0000 |
commit | 06825bd145fd60c4a792d249af1231bdd360579c (patch) | |
tree | d9261051871ab3afea1ca90c9b1405f7a37baea0 /gdb/ChangeLog | |
parent | * configure.in: Move code that provides the --enable-tui option (diff) | |
download | binutils-gdb-06825bd145fd60c4a792d249af1231bdd360579c.tar.gz binutils-gdb-06825bd145fd60c4a792d249af1231bdd360579c.tar.bz2 binutils-gdb-06825bd145fd60c4a792d249af1231bdd360579c.zip |
* configure.in: Rewrite check for GNU regex and the
--without-included regex option, and move it into the "Checks for
library functions" section. This makes us use the system regex
again by default on systems with version 2 of the GNU C library.
This was apparently broken.
* gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
* acconfig.h (USE_INCLUDED_REGEX): Remove.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3952ef4f19c..7cebbfa4126 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2003-01-02 Mark Kettenis <kettenis@gnu.org> + * configure.in: Rewrite check for GNU regex and the + --without-included regex option, and move it into the "Checks for + library functions" section. This makes us use the system regex + again by default on systems with version 2 of the GNU C library. + This was apparently broken. + * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define. + * acconfig.h (USE_INCLUDED_REGEX): Remove. + * config.in, configure: Regenerated. + * configure.in: Move code that provides the --enable-tui option before the "Checks for libraries" section. Polish the code somewhat and set need_curses to yes if we build the TUI. Rewrite |