aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 21:39:17 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 21:39:17 +0800
commit86c68923be5ec3ca9f313d17dec3bf9259c211f1 (patch)
treedca781a1a4280f2c8eac12cc8562bc29e0831bee /configure.in
parentd5c17ea5ab31405cab0ebe3ca6e4d9e52d4d5e47 (diff)
downloadgsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.tar
gsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.tar.gz
gsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.tar.bz2
gsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.tar.lz
gsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.tar.xz
gsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.tar.zst
gsoc2013-epiphany-86c68923be5ec3ca9f313d17dec3bf9259c211f1.zip
Only implement nsITransfer, if possible.
2005-01-09 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Only implement nsITransfer, if possible.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 70ffbd127..8abd329d7 100644
--- a/configure.in
+++ b/configure.in
@@ -339,6 +339,13 @@ AC_COMPILE_IFELSE(
AC_MSG_RESULT([$result])
+dnl exists since 1.8a6
+
+AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/nsITransfer.h],
+ [AC_DEFINE([HAVE_NSITRANSFER_H],[1],[Define if nsITransfer.h exists])],
+ [AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/uriloader/nsITransfer.h],
+ [AC_DEFINE([HAVE_NSITRANSFER_H],[1],[Define if nsITransfer.h exists])])])
+
dnl check for broken reload in GtkMozEmbed
dnl This is fixed since 1.7.4 on 1.7 branch, and since 1.8a3 on trunk