[project @ 2005-10-25 09:29:47 by ross]
[haskell-directory.git] / configure.ac
index aeaaa03..bf75f80 100644 (file)
@@ -82,14 +82,6 @@ FP_CHECK_CONST([O_BINARY], [#include <fcntl.h>], [0])
 # Check for idiosyncracies in some mingw impls of directory handling.
 FP_READDIR_EOF_ERRNO
 
-case "$host" in
-*-mingw32)
-       EXTRA_LIBS="wsock32, msvcrt, kernel32, user32, shell32" ;;
-*)
-       EXTRA_LIBS= ;;
-esac
-AC_SUBST([EXTRA_LIBS])
-
-AC_CONFIG_FILES([config.mk base.buildinfo])
+AC_CONFIG_FILES([config.mk])
 
 AC_OUTPUT