aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-01-02 19:35:31 +0000
committerMark Kettenis <kettenis@gnu.org>2003-01-02 19:35:31 +0000
commit06825bd145fd60c4a792d249af1231bdd360579c (patch)
treed9261051871ab3afea1ca90c9b1405f7a37baea0 /gdb/acconfig.h
parent287c1a400f96e50aea97a33bc33ee3c9af120b7e (diff)
downloadgdb-06825bd145fd60c4a792d249af1231bdd360579c.zip
gdb-06825bd145fd60c4a792d249af1231bdd360579c.tar.gz
gdb-06825bd145fd60c4a792d249af1231bdd360579c.tar.bz2
* 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index c9dc0d1..60c8ca6 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