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' (7ea269a212)
pull/4776/head
Eric Leblond 5 years ago committed by Victor Julien
parent 09a21545ce
commit 752fc77cdc

@ -1878,6 +1878,7 @@ return 0;
echo " Fedora: dnf install nspr-devel"
echo " CentOS/RHEL: yum install nspr-devel"
echo
enable_nspr="no"
fi
fi
@ -1930,6 +1931,7 @@ return 0;
echo " Fedora: dnf install nss-devel"
echo " CentOS/RHEL: yum install nss-devel"
echo
enable_nss="no"
fi
fi

Loading…
Cancel
Save