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 | a0e685fd7394d3aac66841e4dc2bd8c3301a3233 (patch) | |
tree | c18497cec03617fc380a7342c00b0fe470ee579a /gdb/acconfig.h | |
parent | c314ab2c3c0ff7cfa28058a722da68c12a5e9405 (diff) | |
download | gdb-a0e685fd7394d3aac66841e4dc2bd8c3301a3233.tar.gz |
* 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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index c9dc0d1dd48..60c8ca6d931 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -156,9 +156,6 @@ /* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */ #undef HAVE_PT_GETXMMREGS -/* Define if gnu-regex.c included with GDB should be used. */ -#undef USE_INCLUDED_REGEX - /* BFD's default architecture. */ #undef DEFAULT_BFD_ARCH |