From 3495dc888f95837e9f29ed77167706d967fd71c8 Mon Sep 17 00:00:00 2001 From: "sof@galois.com" Date: Wed, 29 Nov 2006 22:25:13 +0000 Subject: [PATCH] Add Win32/configure.ac to the mix --- libraries/configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4