From ccc28c51f1118fe4b82e97bd377cb1c0a08f767e Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 23 Jul 2004 15:32:00 +0000 Subject: [PATCH] [project @ 2004-07-23 15:31:58 by ross] To make Text.Regex.Posix work with Hugs, move cbits/regex/regex.h under include, where Hugs can find it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92757e4..df1ef00 100644 --- a/configure.ac +++ b/configure.ac @@ -1032,7 +1032,7 @@ AC_CHECK_HEADER(malloc.h,[AC_CHECK_FUNCS(valloc)]) dnl ** check for POSIX regex HavePosixRegex=NO -AC_CHECK_HEADERS(regex.h,[AC_CHECK_FUNC(regcomp, [HavePosixRegex=YES])]) +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 ? -- 1.7.10.4