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:
14bb0e9
)
gl/configure.ac: typo
author
Matt Birkholz
<puck@birchwood-abbey.net>
Sun, 29 May 2016 02:48:00 +0000
(19:48 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Sun, 29 May 2016 17:19:29 +0000
(10:19 -0700)
src/gl/configure.ac
patch
|
blob
|
history
diff --git
a/src/gl/configure.ac
b/src/gl/configure.ac
index 041dfbf0c6f87c0db7770dc834a86520345f4d96..91ed2330bc144315a57325a44a8a607315f6e7ef 100644
(file)
--- a/
src/gl/configure.ac
+++ b/
src/gl/configure.ac
@@
-64,7
+64,7
@@
AC_PROG_INSTALL
AC_CHECK_PROG([PKG_CONFIG], [pkg-config], [yes])
if ! pkg-config --exists gl glu gtk+-3.0 2>/dev/null; then
- AC_ERROR([libGL not found.])
+ AC_
MSG_
ERROR([libGL not found.])
fi
: ${MIT_SCHEME_EXE=mit-scheme}