summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorross <unknown>2005-02-01 00:52:22 +0000
committerross <unknown>2005-02-01 00:52:22 +0000
commitfe1207fa2b3d8c58f63c2fcc5edaaa08d34a0c3a (patch)
treece7717d17649eff78541c1d5d54ac78e92efd323 /configure.ac
parentb244684502cf42ed70000884b8cb61433def563b (diff)
downloadhaskell-fe1207fa2b3d8c58f63c2fcc5edaaa08d34a0c3a.tar.gz
[project @ 2005-02-01 00:52:18 by ross]
more regex test down to libraries/base
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index a7dabb4211..aa76efa924 100644
--- a/configure.ac
+++ b/configure.ac
@@ -951,11 +951,6 @@ AC_SUBST(GhcLibsWithReadline)
dnl ** check if it is safe to include both <time.h> and <sys/time.h>
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