X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=aclocal.m4;h=872f5f9e41bf28a5467ba0a3c6a812d15af88fbc;hp=89e6f9762947b463a606856a8c877ff02d2bfd4a;hb=a2ca51e05aaad418d652ce36f232a9076b3b2d08;hpb=1b12190af8b466a4bf081b5e798b4d7bde322123 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])])