From: Emanuele Giaquinta Date: Sun, 25 Jan 2009 19:02:47 +0000 (+0100) Subject: Use AC_USE_SYSTEM_EXTENSIONS to make the socket code compile on solaris, https:/... X-Git-Url: https://repo.or.cz/w/screen-lua.git/commitdiff_plain/cd07b4bc2eb4822ae843f8145ddcd6fbe7e005e9 Use AC_USE_SYSTEM_EXTENSIONS to make the socket code compile on solaris, https://savannah.gnu.org/bugs/?25058. --- 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