Fix typo in AC_MSG_NOTICE regarding other possible global locations for lua libraries
authorAri Johnson <ari@theari.com>
Thu, 28 Apr 2011 16:16:18 +0000 (11:16 -0500)
committerAri Johnson <ari@theari.com>
Thu, 28 Apr 2011 16:16:18 +0000 (11:16 -0500)
m4/ax_lua.m4

index 03ccde12635b2e3aff87aaaa00597f1d699adf88..8a5a771e2d7e3fc5938d3abc15bf50e5e6e40ff1 100644 (file)
@@ -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([Checking other possible global loations...])
     lua_myincs="/opt/ports/include /usr/include/lua5.1"
     for thisincl in $lua_myincs
     do