[project @ 2005-10-26 22:52:58 by ross]
[ghc-base.git] / configure.ac
index c28fd76..bf75f80 100644 (file)
@@ -29,9 +29,6 @@ AC_CHECK_FUNCS([ftime gmtime_r localtime_r lstat readdir_r])
 
 AC_CHECK_FUNCS([_chsize ftruncate])
 
-AC_SEARCH_LIBS([gethostbyname], [nsl wsock32])
-AC_SEARCH_LIBS([recv], [socket wsock32])
-
 # map standard C types and ISO types to Haskell types
 FPTOOLS_CHECK_HTYPE(char)
 FPTOOLS_CHECK_HTYPE(signed char)
@@ -85,9 +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
 
-EXTRA_LIBS="`echo $LIBS | sed 's/-l//g'`"
-AC_SUBST([EXTRA_LIBS])
-
-AC_CONFIG_FILES([config.mk base.buildinfo])
+AC_CONFIG_FILES([config.mk])
 
 AC_OUTPUT