X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2Fconfigure.ac;h=d4b02299bd34b137c964d3ceadab7611d7d72002;hb=db027550441fdce8f7bb59500345c47a21e90f25;hp=01535790e8807fa2ffbfa117e5d2045197f0ecac;hpb=e7ac000cb44b15af22c03014b59a578ca18cf3bf;p=ghc-hetmet.git 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