]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_GTK_MULTIDISPLAY): Restore explicit initialization, the absence
authorGlenn Morris <rgm@gnu.org>
Mon, 27 Aug 2007 07:31:50 +0000 (07:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 27 Aug 2007 07:31:50 +0000 (07:31 +0000)
of which was a needless difference from the trunk.

configure.in

index ecd656248903d2acc5e1ca333710a1c49be87b19..5b9f7539bec54c0f589d529bff46cb748cc671ec 100644 (file)
@@ -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,