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 | Merge pull request #687 (nexthop refactoring) (diff) | |
parent | Merge pull request #681 (ASAN warnings) (diff) | |
download | frr-645bb0b10e8144a2b40201e4da6e200d5663b886.tar.xz frr-645bb0b10e8144a2b40201e4da6e200d5663b886.zip |
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 dbc281e47..65ba26d5f 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, |