X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2Fconfigure.ac;h=4c4934cfddb197edb0673d244358e5fafdda7460;hp=5ceb88760d4ad87b2372f4a488ea505318776d37;hb=63765a63618dba68dcdace4d9e9e42b601c0e9f3;hpb=140e4867a6b3eb6bfb3c39aad4f69d35427df2a8 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