build: one more small fix for NSS detection + pkg-config stupidity

This commit is contained in:
Dan Williams 2010-11-08 09:06:47 -06:00
parent 579ec4e026
commit fcf87d87ae

View file

@ -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