From: Matt Birkholz Date: Sun, 17 Nov 2013 19:50:51 +0000 (-0700) Subject: gtk: Issue warning if `make check' cannot open DISPLAY. X-Git-Tag: mit-scheme-pucked-9.2.12~420 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f429bf875a0baef1e97fe1baeb583f255553cb9e;p=mit-scheme.git gtk: Issue warning if `make check' cannot open DISPLAY. --- diff --git a/src/gtk/check.scm b/src/gtk/check.scm index a4b610037..20fb55326 100644 --- a/src/gtk/check.scm +++ b/src/gtk/check.scm @@ -10,4 +10,5 @@ (load-option 'GTK) (if (gtk-thread-running?) - (load "gtk-check" (->environment '(GTK)))) \ No newline at end of file + (load "gtk-check" (->environment '(GTK))) + (warn "Could not test the GTK subsystem without a DISPLAY.")) \ No newline at end of file