aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be9952145..979382abd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2004-09-25 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
+
+ Remove an unnecessary define.
+
+2004-09-25 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.ac:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
diff --git a/configure.ac b/configure.ac
index 3de59a622..600977923 100644
--- a/configure.ac
+++ b/configure.ac
@@ -276,7 +276,7 @@ AC_COMPILE_IFELSE(
p->RemovePage(arg1);]]
)],
[AC_DEFINE([MOZ_NSIGLOBALHISTORY_NSIURIP],[1],[dummy]) result=yes],
- [AC_DEFINE([MOZ_NSIGLOBALHISTORY_CHARP],[1],[dummy]) result=no])
+ [result=no])
AC_MSG_RESULT([$result])