# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1188199910 0
# Node ID 3ab9cc4cc0851069d605c09a32f0c69459e92889
# Parent  bf549ff9f1be1ea8b8a0156aaa1c8138c539d2ee
(HAVE_GTK_MULTIDISPLAY): Restore explicit initialization, the absence
of which was a needless difference from the trunk.

diff -r bf549ff9f1be -r 3ab9cc4cc085 configure.in
--- a/configure.in	Sun Aug 26 22:04:25 2007 +0000
+++ b/configure.in	Mon Aug 27 07:31:50 2007 +0000
@@ -2180,6 +2180,7 @@
 
   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,