im.pidgin.pidgin.2.3.1: 465d88060d28e7c3c1115aefac954b4f8c9da88a

nosnilmot at pidgin.im nosnilmot at pidgin.im
Wed Dec 5 20:36:04 EST 2007


-----------------------------------------------------------------
Revision: 465d88060d28e7c3c1115aefac954b4f8c9da88a
Ancestor: cdcd8ff860bb084dc924d7e93b2b202e23e29362
Author: nosnilmot at pidgin.im
Date: 2007-12-06T01:15:59
Branch: im.pidgin.pidgin.2.3.1

Modified files:
        configure.ac

ChangeLog: 

applied changes from e05eec5600476b95f0b6c2876bb92323027643f7
             through 6ca0d176c7935aaf3fc44452a072f25e0673213c
Update configure.ac to support 'microb-engine-nss' as a valid supplier of nss

-------------- next part --------------
============================================================
--- configure.ac	fc47f894d8f1c37c1cbdb0aea94274510438fb00
+++ configure.ac	e75f2424d58fbc520d93796f6059aa70d2d6e08c
@@ -1659,16 +1659,24 @@ if test "x$enable_nss" != "xno"; then
 			])
 			mozilla_nspr="mozilla-nspr"
 			mozilla_nss="mozilla-nss"
-		else
-			if `$PKG_CONFIG --exists nss`; then
-				PKG_CHECK_MODULES(NSS, nss, [
-					have_nss="yes"
-				], [
-					AC_MSG_RESULT(no)
-				])
-				mozilla_nspr="nspr"
-				mozilla_nss="nss"
-			fi
+		elif `$PKG_CONFIG --exists nss`; then
+			PKG_CHECK_MODULES(NSS, nss, [
+				have_nss="yes"
+			], [
+				AC_MSG_RESULT(no)
+				have_nss="no"
+			])
+			mozilla_nspr="nspr"
+			mozilla_nss="nss"
+		elif `$PKG_CONFIG --exists microb-engine-nss`; then
+			PKG_CHECK_MODULES(NSS, microb-engine-nss, [
+				have_nss="yes"
+			], [
+				AC_MSG_RESULT(no)
+				have_nss="no"
+			])
+			mozilla_nspr="mozilla-nspr"
+			mozilla_nss="microb-engine-nss"
 		fi
 
 		if test "x$have_nss" = "xyes"; then


More information about the Commits mailing list