somehow I lost the unix subdir; recover it
authorSimon Marlow <simonmar@microsoft.com>
Thu, 24 Aug 2006 15:25:29 +0000 (15:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 24 Aug 2006 15:25:29 +0000 (15:25 +0000)
libraries/configure.ac

index 4c4934c..0153579 100644 (file)
@@ -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