Remove check for not used networking libraries in configure.ac
[mmh] / aclocal.m4
diff --git a/aclocal.m4 b/aclocal.m4
deleted file mode 100644 (file)
index 872f5f9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#
-# Updated for more modern systems.  Check to see if we need to link against
-# optional libraries for networking functions.
-#
-
-AC_DEFUN([NMH_CHECK_NETLIBS],
-[AC_SEARCH_LIBS([gethostbyname], [nsl], ,
-               [AC_MSG_ERROR([gethostbyname not found])])
- AC_SEARCH_LIBS([connect], [socket], , [AC_MSG_ERROR([connect not found])])
-])dnl