X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Fpriv-set.m4;h=e834bc636b51febc24592b6c1aa6209da4919b17;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=205b00c6c1d11e5949b818fb0f76c1e5fc5b99d6;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;p=debian%2Ftar diff --git a/m4/priv-set.m4 b/m4/priv-set.m4 index 205b00c6..e834bc63 100644 --- a/m4/priv-set.m4 +++ b/m4/priv-set.m4 @@ -1,6 +1,6 @@ -# serial 6 +# serial 8 -# Copyright (C) 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2009-2015 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10,6 +10,6 @@ AC_DEFUN([gl_PRIV_SET], [ - AC_REQUIRE([AC_C_INLINE]) AC_CHECK_FUNCS([getppriv]) + AC_CHECK_HEADERS_ONCE([priv.h]) ])