changeset 83669:3ab9cc4cc085

(HAVE_GTK_MULTIDISPLAY): Restore explicit initialization, the absence of which was a needless difference from the trunk.
author Glenn Morris <rgm@gnu.org>
date Mon, 27 Aug 2007 07:31:50 +0000
parents bf549ff9f1be
children e292d43104f2
files configure.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,