From fcf87d87ae6e17322486e7f2cbd4806eb75d421a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 8 Nov 2010 09:06:47 -0600 Subject: [PATCH] build: one more small fix for NSS detection + pkg-config stupidity --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54e1acf795..f80c1aa9b7 100644 --- a/configure.ac +++ b/configure.ac @@ -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