From 06825bd145fd60c4a792d249af1231bdd360579c Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 2 Jan 2003 19:35:31 +0000 Subject: * 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. --- gdb/acconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/acconfig.h') 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 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 -- cgit v1.1