aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--m4/gecko.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2c3cb554..076d3dc56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
+ * m4/gecko.m4:
+
+ Use $PACKAGE_NAME.
+
+2005-11-09 Christian Persch <chpe@cvs.gnome.org>
+
* configure.ac:
* m4/gecko.m4:
diff --git a/m4/gecko.m4 b/m4/gecko.m4
index 15ab200de..71468232f 100644
--- a/m4/gecko.m4
+++ b/m4/gecko.m4
@@ -235,7 +235,7 @@ if test "$gecko_cv_xpcom_contractid_[]$1" = "present"; then
ifelse([$3],,[:],[$3])
else
ifelse([$4],,[AC_MSG_FAILURE([dnl
-Contract ID "$2" is not registered, but this program depends on it.])],
+Contract ID "$2" is not registered, but $PACKAGE_NAME depends on it.])],
[$4])
fi