summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-24 14:57:17 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-24 14:57:17 +0000
commit63765a63618dba68dcdace4d9e9e42b601c0e9f3 (patch)
tree5c180c8b5dc33f929ad8fd25328e00307eee805b /libraries
parent140e4867a6b3eb6bfb3c39aad4f69d35427df2a8 (diff)
downloadhaskell-63765a63618dba68dcdace4d9e9e42b601c0e9f3.tar.gz
config in regex-posix too
Diffstat (limited to 'libraries')
-rw-r--r--libraries/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/configure.ac b/libraries/configure.ac
index 5ceb88760d..4c4934cfdd 100644
--- a/libraries/configure.ac
+++ b/libraries/configure.ac
@@ -32,5 +32,8 @@ fi
if test -d time; then
AC_CONFIG_SUBDIRS(time)
fi
+if test -d regex-posix; then
+ AC_CONFIG_SUBDIRS(regex-posix)
+fi
AC_OUTPUT