aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure
index c20bc90d133..e520289b586 100755
--- a/configure
+++ b/configure
@@ -10992,6 +10992,19 @@ cat >>confdefs.h <<\_ACEOF
10992_ACEOF 10992_ACEOF
10993 10993
10994 USE_X_TOOLKIT=none 10994 USE_X_TOOLKIT=none
10995 if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then
10996 :
10997 else
10998 { echo "$as_me:$LINENO: WARNING: Your version of Gtk+ will have problems with
10999 closing open displays. This is no problem if you just use
11000 one display, but if you use more than one and close one of them
11001 Emacs may crash." >&5
11002echo "$as_me: WARNING: Your version of Gtk+ will have problems with
11003 closing open displays. This is no problem if you just use
11004 one display, but if you use more than one and close one of them
11005 Emacs may crash." >&2;}
11006 sleep 3
11007 fi
10995 fi 11008 fi
10996 11009
10997fi 11010fi