gtk: Issue warning if `make check' cannot open DISPLAY.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:50:51 +0000 (12:50 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:50:51 +0000 (12:50 -0700)
src/gtk/check.scm

index a4b6100370adca8379fb678473125ae7a387b16a..20fb553261c3f30524e1a2ce9c9d12395f6aa642 100644 (file)
@@ -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