X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2Fconfigure.ac;fp=libraries%2Fconfigure.ac;h=01535790e8807fa2ffbfa117e5d2045197f0ecac;hb=e7ac000cb44b15af22c03014b59a578ca18cf3bf;hp=4c4934cfddb197edb0673d244358e5fafdda7460;hpb=ed4240c7ff1a532e3eeadd9e5814fb191fc227fa;p=ghc-hetmet.git 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