X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fnetinet_in_h.m4;h=1d447d6f15ff4d33232f3a8b8e2167610fc37bd8;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=966bfe6a11c6ea7bc354846f86c12ea03d3b4f22;hpb=3b5b4fc9ef9c5385df749b8315e14c1e7291dbb8;p=gnulib.git diff --git a/m4/netinet_in_h.m4 b/m4/netinet_in_h.m4 index 966bfe6a1..1d447d6f1 100644 --- a/m4/netinet_in_h.m4 +++ b/m4/netinet_in_h.m4 @@ -1,5 +1,5 @@ -# netinet_in_h.m4 serial 2 -dnl Copyright (C) 2006-2007 Free Software Foundation, Inc. +# netinet_in_h.m4 serial 5 +dnl Copyright (C) 2006-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -9,7 +9,7 @@ AC_DEFUN([gl_HEADER_NETINET_IN], AC_CACHE_CHECK([whether is self-contained], [gl_cv_header_netinet_in_h_selfcontained], [ - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include ], [])], + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[]])], [gl_cv_header_netinet_in_h_selfcontained=yes], [gl_cv_header_netinet_in_h_selfcontained=no]) ]) @@ -18,9 +18,7 @@ AC_DEFUN([gl_HEADER_NETINET_IN], else NETINET_IN_H='netinet/in.h' AC_CHECK_HEADERS([netinet/in.h]) - gl_ABSOLUTE_HEADER([netinet/in.h]) - ABSOLUTE_NETINET_IN_H=\"$gl_cv_absolute_netinet_in_h\" - AC_SUBST([ABSOLUTE_NETINET_IN_H]) + gl_CHECK_NEXT_HEADERS([netinet/in.h]) if test $ac_cv_header_netinet_in_h = yes; then HAVE_NETINET_IN_H=1 else @@ -29,4 +27,5 @@ AC_DEFUN([gl_HEADER_NETINET_IN], AC_SUBST([HAVE_NETINET_IN_H]) fi AC_SUBST([NETINET_IN_H]) + AM_CONDITIONAL([GL_GENERATE_NETINET_IN_H], [test -n "$NETINET_IN_H"]) ])