aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-09-26 02:58:35 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-26 02:58:35 +0800
commit71ac36c23b636dfeb1a810e9ded8180aae4548b8 (patch)
tree0d463b68ff8ab1ef2c39910fe9817e4a0f6bcf30 /configure.ac
parentce6e072e9619efd9ac093080ad33ad2bbe6bf604 (diff)
downloadgsoc2013-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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])