]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: fix pthread CFLAGS for function checks
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 27 Apr 2021 13:11:33 +0000 (15:11 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 27 Apr 2021 13:11:33 +0000 (15:11 +0200)
commitf1d85301f3ff8288788cce1205ef096bf3b0d73c
tree6e977b77acfd3a2d41f9df7f6ada1236f7c92efa
parent2ccc4933339b99a529569c615a55b3319a356952
build: fix pthread CFLAGS for function checks

The pthread_* checks for extra pthread features really need
PTHREAD_CFLAGS...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac