diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-27 07:31:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-27 07:31:50 +0000 |
commit | 3410a55056bd9c4ea03d421ba955636df5b7ef6c (patch) | |
tree | d5c86912d0d12cd6fcc1a43c3b1df39896d25401 /configure.in | |
parent | b6c4ea663e594ed1753ab2f52f9223a68f96ed6b (diff) | |
download | emacs-3410a55056bd9c4ea03d421ba955636df5b7ef6c.tar.gz |
(HAVE_GTK_MULTIDISPLAY): Restore explicit initialization, the absence
of which was a needless difference from the trunk.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ecd65624890..5b9f7539bec 100644 --- a/configure.in +++ b/configure.in @@ -2180,6 +2180,7 @@ if test "${HAVE_GTK}" = "yes"; then dnl Check if we can use multiple displays with this GTK version. dnl If gdk_display_open exists, assume all others are there also. + HAVE_GTK_MULTIDISPLAY=no AC_CHECK_FUNCS(gdk_display_open, HAVE_GTK_MULTIDISPLAY=yes) if test "${HAVE_GTK_MULTIDISPLAY}" = "yes"; then AC_DEFINE(HAVE_GTK_MULTIDISPLAY, 1, |