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:
44765be
)
gtk: Issue warning if `make check' cannot open DISPLAY.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:50:51 +0000
(12:50 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:50:51 +0000
(12:50 -0700)
src/gtk/check.scm
patch
|
blob
|
history
diff --git
a/src/gtk/check.scm
b/src/gtk/check.scm
index a4b6100370adca8379fb678473125ae7a387b16a..20fb553261c3f30524e1a2ce9c9d12395f6aa642 100644
(file)
--- 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