X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2Fconfigure.ac;h=01535790e8807fa2ffbfa117e5d2045197f0ecac;hp=4c4934cfddb197edb0673d244358e5fafdda7460;hb=2f6ad11fa0c2995d950c91fd4301f23aceeb443b;hpb=63765a63618dba68dcdace4d9e9e42b601c0e9f3 diff --git a/libraries/configure.ac b/libraries/configure.ac index 4c4934c..0153579 100644 --- a/libraries/configure.ac +++ b/libraries/configure.ac @@ -32,6 +32,9 @@ fi if test -d time; then AC_CONFIG_SUBDIRS(time) fi +if test -d unix; then + AC_CONFIG_SUBDIRS(unix) +fi if test -d regex-posix; then AC_CONFIG_SUBDIRS(regex-posix) fi