]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: correctly display nss/nspr status
authorEric Leblond <eric@regit.org>
Tue, 11 Feb 2020 14:21:39 +0000 (16:21 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 3 Apr 2020 19:39:45 +0000 (21:39 +0200)
commit752fc77cdcd0f74d5a7d7b8061b04b482a83c728
tree0da7fb839f45bc66725e305b6165069ad24b7068
parent09a21545ce00de8ef161f097603f98770351e9be
configure: correctly display nss/nspr status

If autodiscovery of libnss was used (default), then the line
 libnss support:                          yes
was never set to no.

Same behavior for libnspr.

Broken by commit 'configure: fix nspr check logic' (7ea269a212a3a2209effc3cc9300873d6a06859e)
configure.ac