Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184008 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-1 / +1 lines)
Lines 348-354 Link Here
348
 # Solaris stuff
348
 # Solaris stuff
349
 AC_SEARCH_LIBS([inet_ntop],[nsl])
349
 AC_SEARCH_LIBS([inet_ntop],[nsl])
350
 AC_SEARCH_LIBS([recv],[socket])
350
 AC_SEARCH_LIBS([recv],[socket])
351
 AC_CHECK_DECL([CMSG_SPACE],,CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__")
351
 AC_CHECK_DECL([CMSG_SPACE],,CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__", [[#include <sys/socket.h>]])
352
352
353
# Checks for library functions.
353
# Checks for library functions.
354
AC_FUNC_MEMCMP
354
AC_FUNC_MEMCMP

Return to bug 184008