diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-26 02:58:35 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-26 02:58:35 +0800 |
commit | 71ac36c23b636dfeb1a810e9ded8180aae4548b8 (patch) | |
tree | 0d463b68ff8ab1ef2c39910fe9817e4a0f6bcf30 | |
parent | ce6e072e9619efd9ac093080ad33ad2bbe6bf604 (diff) | |
download | gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.tar gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.tar.gz gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.tar.bz2 gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.tar.lz gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.tar.xz gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.tar.zst gsoc2013-epiphany-71ac36c23b636dfeb1a810e9ded8180aae4548b8.zip |
Remove an unnecessary define.
2004-09-25 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Remove an unnecessary define.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |