Fix typo in AC_MSG_CHECKING message regarding lua header
authorAri Johnson <ari@theari.com>
Thu, 28 Apr 2011 16:15:30 +0000 (11:15 -0500)
committerAri Johnson <ari@theari.com>
Thu, 28 Apr 2011 16:15:30 +0000 (11:15 -0500)
m4/ax_lua.m4

index c3d8943b1071502a3dcd6f66ad4b49c94fde224e..03ccde12635b2e3aff87aaaa00597f1d699adf88 100644 (file)
@@ -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 lueader header in $thisincl])
+      AC_MSG_CHECKING([for lua header in $thisincl])
       if test -f "$thisincl/lua.h"
       then
         lua_h_path="$thisincl"