projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e0012
)
Fix typo in AC_MSG_NOTICE regarding other possible global locations for lua libraries
author
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 16:16:18 +0000
(11:16 -0500)
committer
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 16:16:18 +0000
(11:16 -0500)
m4/ax_lua.m4
patch
|
blob
|
history
diff --git
a/m4/ax_lua.m4
b/m4/ax_lua.m4
index 03ccde12635b2e3aff87aaaa00597f1d699adf88..8a5a771e2d7e3fc5938d3abc15bf50e5e6e40ff1 100644
(file)
--- a/
m4/ax_lua.m4
+++ b/
m4/ax_lua.m4
@@
-124,7
+124,7
@@
dnl First check if its int he normal spot.. /usr/include.. If it is.. forget the
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
- AC_MSG_NOTICE([Cheking other possible global loations...])
+ AC_MSG_NOTICE([Che
c
king other possible global loations...])
lua_myincs="/opt/ports/include /usr/include/lua5.1"
for thisincl in $lua_myincs
do