X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsockets.m4;h=b407391cd19df7a8a19413ce2c473785faea072f;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=52c271dd3c7462a009b21c45fe7fd4a42c483afe;hpb=c0d12ddf618396354fdb23264cbda30f81d0d344;p=gnulib.git diff --git a/m4/sockets.m4 b/m4/sockets.m4 index 52c271dd3..b407391cd 100644 --- a/m4/sockets.m4 +++ b/m4/sockets.m4 @@ -1,11 +1,12 @@ -# sockets.m4 serial 8 -dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. +# sockets.m4 serial 7 +dnl Copyright (C) 2008-2013 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. AC_DEFUN([gl_SOCKETS], [ + AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gl_SOCKETLIB]) gl_PREREQ_SOCKETS ])