From: Simon Marlow Date: Thu, 24 Aug 2006 14:57:17 +0000 (+0000) Subject: config in regex-posix too X-Git-Tag: Before_FC_branch_merge~139 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=63765a63618dba68dcdace4d9e9e42b601c0e9f3 config in regex-posix too --- diff --git a/libraries/configure.ac b/libraries/configure.ac index 5ceb887..4c4934c 100644 --- a/libraries/configure.ac +++ b/libraries/configure.ac @@ -32,5 +32,8 @@ fi if test -d time; then AC_CONFIG_SUBDIRS(time) fi +if test -d regex-posix; then + AC_CONFIG_SUBDIRS(regex-posix) +fi AC_OUTPUT