+2006-07-21 Luca Ferretti <elle.uca@libero.it>
+
+ * configure.in: add support for xulrunner and seamonkey (NSS and NSPR).
+ (committed by Karsten Bräckelmann)
+
2006-07-10 Harish Krishnaswamy <kharish@novell.com>
* configure.in, NEWS: EDS 1.7.4 release updates
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)
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)