[evolution-data-server] Bug #597855 - Fix for NSS/NSPR check



commit 36a772b8e9994638083852ab815e7e9d88b828e4
Author: H. Habighorst <h habighorst googlemail com>
Date:   Fri Oct 9 11:35:32 2009 +0200

    Bug #597855 - Fix for NSS/NSPR check

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cb864ad..41afa30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -598,7 +598,7 @@ dnl check if pkg-config files exist (which are only shipped by distributions, no
 			LDFLAGS="$LDFLAGS_save"
 			LIBS="$LIBS_save"
 
-			if test -n "${moz_nspr_libs}"; then
+			if test "x${moz_nspr_libs}" = "xyes"; then
 				if test -n "${with_nspr_libs}"; then
 					MANUAL_NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
 				else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]