From b2630d44dc47589dd249f7e3e09b93fdad80b0b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Br=C3=A4ckelmann?= Date: Sun, 23 Jul 2006 20:51:30 +0000 Subject: [PATCH] add support for xulrunner and seamonkey (NSS and NSPR) --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 823c361..c72e38e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-21 Luca Ferretti + + * configure.in: add support for xulrunner and seamonkey (NSS and NSPR). + (committed by Karsten Bräckelmann) + 2006-07-10 Harish Krishnaswamy * configure.in, NEWS: EDS 1.7.4 release updates diff --git a/configure.in b/configure.in index 8b987d1..ea4557b 100644 --- a/configure.in +++ b/configure.in @@ -403,7 +403,7 @@ if test "x${enable_nss}" = "xyes" || test "x${enable_nss}" = "xstatic"; then if test "x${check_manually}" = "xno"; then AC_MSG_CHECKING(Mozilla NSPR pkg-config module name) - mozilla_nspr_pcs="nspr mozilla-nspr firefox-nspr" + mozilla_nspr_pcs="nspr mozilla-nspr firefox-nspr xulrunner-nspr seamonkey-nspr" for pc in $mozilla_nspr_pcs; do if $PKG_CONFIG --exists $pc; then AC_MSG_RESULT($pc) @@ -413,7 +413,7 @@ if test "x${enable_nss}" = "xyes" || test "x${enable_nss}" = "xstatic"; then done AC_MSG_CHECKING(Mozilla NSS pkg-config module name) - mozilla_nss_pcs="nss mozilla-nss firefox-nss" + mozilla_nss_pcs="nss mozilla-nss firefox-nss xulrunner-nss seamonkey-nss" for pc in $mozilla_nss_pcs; do if $PKG_CONFIG --exists $pc; then AC_MSG_RESULT($pc) -- 2.7.4