projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1ccf9
)
Fix typo in AC_MSG_CHECKING message regarding lua header
author
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 16:15:30 +0000
(11:15 -0500)
committer
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 16:15:30 +0000
(11:15 -0500)
m4/ax_lua.m4
patch
|
blob
|
history
diff --git
a/m4/ax_lua.m4
b/m4/ax_lua.m4
index c3d8943b1071502a3dcd6f66ad4b49c94fde224e..03ccde12635b2e3aff87aaaa00597f1d699adf88 100644
(file)
--- a/
m4/ax_lua.m4
+++ b/
m4/ax_lua.m4
@@
-128,7
+128,7
@@
dnl First check if its int he normal spot.. /usr/include.. If it is.. forget the
lua_myincs="/opt/ports/include /usr/include/lua5.1"
for thisincl in $lua_myincs
do
- AC_MSG_CHECKING([for lu
eader
header in $thisincl])
+ AC_MSG_CHECKING([for lu
a
header in $thisincl])
if test -f "$thisincl/lua.h"
then
lua_h_path="$thisincl"