Hi all,
the attached patch adds support for Iceape, which seems to be one of the
ways to name Mozilla in Debian Etch.
cheers,
dalibor topic
2007-04-15 Dalibor Topic <[EMAIL PROTECTED]>
* configure.ac: Added support for Iceape libraries as
a substitute for Mozilla for Debian.
Index: configure.ac
===================================================================
RCS file: /sources/classpath/classpath/configure.ac,v
retrieving revision 1.205
diff -u -r1.205 configure.ac
--- configure.ac 12 Apr 2007 14:58:37 -0000 1.205
+++ configure.ac 15 Apr 2007 17:07:22 -0000
@@ -605,6 +605,9 @@
PKG_CHECK_MODULES(MOZILLA, seamonkey-plugin seamonkey-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
fi
if test "x${MOZILLA_FOUND}" = xno; then
+ PKG_CHECK_MODULES(MOZILLA, iceape-plugin iceape-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
+ fi
+ if test "x${MOZILLA_FOUND}" = xno; then
AC_MSG_ERROR([Couldn't find plugin support headers and libraries, try --disable-plugin])
fi