aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-28 03:23:42 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-28 03:23:42 +0800
commit424a2bd495c0901cb51c61b671b2c966e6f9f67b (patch)
tree013472f5bea6f53f14a32312c3c3037ed07ba5c9 /configure.ac
parentb66885343318c8027175c356dca745c6a1fdd73e (diff)
downloadgsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.tar
gsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.tar.gz
gsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.tar.bz2
gsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.tar.lz
gsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.tar.xz
gsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.tar.zst
gsoc2013-epiphany-424a2bd495c0901cb51c61b671b2c966e6f9f67b.zip
The focus fix isn't needed anymore for gecko >= 1.8.
2005-08-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: The focus fix isn't needed anymore for gecko >= 1.8.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 6f7c5a6c8..28ec189f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -435,20 +435,6 @@ CXXFLAGS=$_SAVE_CXXFLAGS
AC_LANG_POP([C++])
-dnl Broken everywhere
-dnl Provide a configure switch for easy testing of *real* fixes in gtkmozembed
-
-AC_MSG_CHECKING([whether to work around broken gtkmozembed focus])
-AC_ARG_ENABLE([focus-fix],
- AS_HELP_STRING([focus-fix],[Enable the workaround for the broken GtkMozEmbed focus handling (default: enabled)]),
- [want_focus_fix=$enableval],
- [want_focus_fix=yes])
-AC_MSG_RESULT([$want_focus_fix])
-
-if test "x$want_focus_fix" = "xyes"; then
- AC_DEFINE([GTKMOZEMBED_BROKEN_FOCUS],[1],[Define if GtkMozEmbed has broken focus handling])
-fi
-
dnl Needed since 1.8b2
dnl Define this down here so it doesn't affect the API checks above