projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3373a0a
)
gtk-screen: Issue warning if `make check' cannot open DISPLAY.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 20 Nov 2013 18:14:08 +0000
(11:14 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 20 Nov 2013 18:14:08 +0000
(11:14 -0700)
src/gtk-screen/check.scm
patch
|
blob
|
history
diff --git
a/src/gtk-screen/check.scm
b/src/gtk-screen/check.scm
index d93183a4cd775cf92a9a423d46fdd792a158c41b..3eb3fcb3d731fdcaeeee7237e16c3aef610d9a0b 100644
(file)
--- 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