From f429bf875a0baef1e97fe1baeb583f255553cb9e Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 17 Nov 2013 12:50:51 -0700 Subject: [PATCH] gtk: Issue warning if `make check' cannot open DISPLAY. --- src/gtk/check.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1