From: Matt Birkholz Date: Wed, 20 Nov 2013 18:14:08 +0000 (-0700) Subject: gtk-screen: Issue warning if `make check' cannot open DISPLAY. X-Git-Tag: mit-scheme-pucked-9.2.12~366^2~11 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b61153a6cf64d634b8c07c8ae620390e5234cbe9;p=mit-scheme.git gtk-screen: Issue warning if `make check' cannot open DISPLAY. --- diff --git a/src/gtk-screen/check.scm b/src/gtk-screen/check.scm index d93183a4c..3eb3fcb3d 100644 --- a/src/gtk-screen/check.scm +++ b/src/gtk-screen/check.scm @@ -10,4 +10,5 @@ (load-option 'GTK-SCREEN) (if (gtk-thread-running?) - (load "gtk-screen-check")) \ No newline at end of file + (load "gtk-screen-check") + (warn "Could not test the GTK subsystem without a DISPLAY.")) \ No newline at end of file