]> git.cworth.org Git - tar/blob - m4/priv-set.m4
205b00c6c1d11e5949b818fb0f76c1e5fc5b99d6
[tar] / m4 / priv-set.m4
1 # serial 6
2
3 # Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 #
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # Written by David Bartley.
10
11 AC_DEFUN([gl_PRIV_SET],
12 [
13   AC_REQUIRE([AC_C_INLINE])
14   AC_CHECK_FUNCS([getppriv])
15 ])