Bug #45 - configure should carefully search library function
Submitted by: Igot Pashev Date submitted: 2012-09-05 07:30:11 UTC Status: Open
Several functions maybe defined not in libc, but in libsocket or in libnsl.
For example, gethostbyname_r() is defined in libsocket in illumos.
For this purpose AC_SEARCH_LIBS should be used.