From cd07b4bc2eb4822ae843f8145ddcd6fbe7e005e9 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sun, 25 Jan 2009 20:02:47 +0100 Subject: [PATCH] Use AC_USE_SYSTEM_EXTENSIONS to make the socket code compile on solaris, https://savannah.gnu.org/bugs/?25058. --- src/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configure.in b/src/configure.in index 9cd5d3a..919437b 100644 --- a/src/configure.in +++ b/src/configure.in @@ -45,6 +45,7 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_GCC_TRADITIONAL AC_ISC_POSIX +AC_USE_SYSTEM_EXTENSIONS AC_TRY_RUN(main(){exit(0);},,[ if test $CC != cc ; then -- 2.11.4.GIT