X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=aclocal.m4;fp=aclocal.m4;h=872f5f9e41bf28a5467ba0a3c6a812d15af88fbc;hp=89e6f9762947b463a606856a8c877ff02d2bfd4a;hb=54c43692649e392a42bb9559ea12cdaff056b965;hpb=403bc56ffdf4679f5159d926c5774ad042c55ac9 diff --git a/aclocal.m4 b/aclocal.m4 index 89e6f97..872f5f9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -4,7 +4,7 @@ # optional libraries for networking functions. # -AC_DEFUN([AC_CHECK_NETLIBS], +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])])