gtk-screen: Issue warning if `make check' cannot open DISPLAY.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 20 Nov 2013 18:14:08 +0000 (11:14 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 20 Nov 2013 18:14:08 +0000 (11:14 -0700)
src/gtk-screen/check.scm

index d93183a4cd775cf92a9a423d46fdd792a158c41b..3eb3fcb3d731fdcaeeee7237e16c3aef610d9a0b 100644 (file)
@@ -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