From e7ac000cb44b15af22c03014b59a578ca18cf3bf Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 24 Aug 2006 15:25:29 +0000 Subject: [PATCH] somehow I lost the unix subdir; recover it --- libraries/configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4