From: Simon Marlow Date: Thu, 24 Aug 2006 15:25:29 +0000 (+0000) Subject: somehow I lost the unix subdir; recover it X-Git-Tag: Before_FC_branch_merge~137 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e7ac000cb44b15af22c03014b59a578ca18cf3bf somehow I lost the unix subdir; recover it --- 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