From: Eric Leblond Date: Tue, 11 Feb 2020 14:21:39 +0000 (+0200) Subject: configure: correctly display nss/nspr status X-Git-Tag: suricata-5.0.3~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3daf9611500ddb7ca6b6c68f8f46f1097d2707;p=thirdparty%2Fsuricata.git 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) (cherry picked from commit 752fc77cdcd0f74d5a7d7b8061b04b482a83c728) --- diff --git a/configure.ac b/configure.ac index 3988017e4a..4d11cbb37c 100644 --- a/configure.ac +++ b/configure.ac @@ -1819,6 +1819,7 @@ echo " Fedora: dnf install nspr-devel" echo " CentOS/RHEL: yum install nspr-devel" echo + enable_nspr="no" fi fi @@ -1871,6 +1872,7 @@ echo " Fedora: dnf install nss-devel" echo " CentOS/RHEL: yum install nss-devel" echo + enable_nss="no" fi fi