]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: correctly display nss/nspr status
authorEric Leblond <eric@regit.org>
Tue, 11 Feb 2020 14:21:39 +0000 (16:21 +0200)
committerJeff Lucovsky <jeff@lucovsky.org>
Sun, 5 Apr 2020 18:57:49 +0000 (14:57 -0400)
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)

configure.ac

index 3988017e4a346ce65295c8d288830fc0617a28a1..4d11cbb37c072896231ac389b5805f5dac51d66c 100644 (file)
             echo "   Fedora: dnf install nspr-devel"
             echo "   CentOS/RHEL: yum install nspr-devel"
             echo
+            enable_nspr="no"
         fi
     fi
 
             echo "   Fedora: dnf install nss-devel"
             echo "   CentOS/RHEL: yum install nss-devel"
             echo
+            enable_nss="no"
         fi
     fi