Back to the Main Page. | lib_socket_nsl |
Download the M4 Source. |
LIB_SOCKET_NSL
2005-09-06 0.5.65 : Misc
Warren Young <warren@etr-usa.com>
AC_DEFUN([LIB_SOCKET_NSL], [ AC_SEARCH_LIBS([gethostbyname], [nsl]) AC_SEARCH_LIBS([socket], [socket], [], [ AC_CHECK_LIB([socket], [socket], [LIBS="-lsocket -lnsl $LIBS"], [], [-lnsl])]) ])