mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 10:40:08 +01:00
build: one more small fix for NSS detection + pkg-config stupidity
This commit is contained in:
parent
579ec4e026
commit
fcf87d87ae
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ if test x"$ac_crypto" = xnss; then
|
|||
if test x"$PKGCONFIG_PATH" = xno; then
|
||||
AC_MSG_ERROR([pkgconfig required but not found])
|
||||
else
|
||||
`$PKGCONFIG_PATH --cflags --libs nss`
|
||||
FOO=`$PKGCONFIG_PATH --cflags --libs nss`
|
||||
if test x"$?" != "x0"; then
|
||||
AC_MSG_ERROR([No usable NSS found])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue