diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 17:37:58 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 17:37:58 +0200 |
| commit | 645bb0b10e8144a2b40201e4da6e200d5663b886 (patch) | |
| tree | c527bd7bcc578e2835b1e6e156118c76ff1cb660 /configure.ac | |
| parent | fb82c3dbb2d889135d3e48180ee0764c3ce96dd4 (diff) | |
| parent | 98f65fda88e54c0c1ae3060124c5bcf62bb01796 (diff) | |
Merge branch 'stable/3.0'
Dropped:
redhat/README.rpm_build.md
redhat/daemons
redhat/frr.init
redhat/frr.logrotate
redhat/frr.spec.in
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
| -rwxr-xr-x | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dbc281e471..65ba26d5f8 100755 --- a/configure.ac +++ b/configure.ac @@ -917,8 +917,7 @@ dnl other functions dnl --------------- AC_CHECK_FUNCS([ \ strlcat strlcpy \ - getgrouplist \ - pledge]) + getgrouplist]) AC_CHECK_HEADER([asm-generic/unistd.h], [AC_CHECK_DECL(__NR_setns, |
