From: sof@galois.com Date: Wed, 29 Nov 2006 22:25:13 +0000 (+0000) Subject: Add Win32/configure.ac to the mix X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3495dc888f95837e9f29ed77167706d967fd71c8;p=ghc-hetmet.git Add Win32/configure.ac to the mix --- diff --git a/libraries/configure.ac b/libraries/configure.ac index 0153579..d4b0229 100644 --- a/libraries/configure.ac +++ b/libraries/configure.ac @@ -14,6 +14,9 @@ fi if test -d X11; then AC_CONFIG_SUBDIRS(X11) fi +if test -d Win32; then + AC_CONFIG_SUBDIRS(Win32) +fi if test -d HGL; then AC_CONFIG_SUBDIRS(HGL) fi