warnings: fix compilation with old autoconf
[gnulib/ericb.git] / m4 / priv-set.m4
blob48e35b7c0beec03e94682d90e428000b72a9c5c5
1 # serial 8
3 # Copyright (C) 2009-2017 Free Software Foundation, Inc.
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.
9 # Written by David Bartley.
11 AC_DEFUN([gl_PRIV_SET],
13   AC_CHECK_FUNCS([getppriv])
14   AC_CHECK_HEADERS_ONCE([priv.h])