From: ross Date: Tue, 1 Feb 2005 00:52:22 +0000 (+0000) Subject: [project @ 2005-02-01 00:52:18 by ross] X-Git-Tag: Initial_conversion_from_CVS_complete~1140 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fe1207fa2b3d8c58f63c2fcc5edaaa08d34a0c3a [project @ 2005-02-01 00:52:18 by ross] more regex test down to libraries/base --- diff --git a/configure.ac b/configure.ac index a7dabb4..aa76efa 100644 --- a/configure.ac +++ b/configure.ac @@ -951,11 +951,6 @@ AC_SUBST(GhcLibsWithReadline) dnl ** check if it is safe to include both and AC_HEADER_TIME -dnl ** check for POSIX regex -HavePosixRegex=NO -AC_CHECK_HEADERS([regex.h], [AC_CHECK_FUNCS(regcomp, [HavePosixRegex=YES])]) -AC_SUBST(HavePosixRegex) - dnl ** how do we get a timezone name, and UTC offset ? AC_STRUCT_TIMEZONE diff --git a/mk/config.mk.in b/mk/config.mk.in index e1500b7..1a8dc38 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -764,12 +764,6 @@ HaveLibMingwEx = @HaveLibMingwEx@ HaveFrameworkHaskellSupport = @HaveFrameworkHaskellSupport@ #----------------------------------------------------------------------------- -# Regex library -# (if present in libc use that one, otherwise use the one in the tree) -# -HavePosixRegex = @HavePosixRegex@ - -#----------------------------------------------------------------------------- # Flex (currently unused, could be moved to glafp-utils) # FLEX = @LEX@