From: Ari Johnson Date: Thu, 28 Apr 2011 16:15:30 +0000 (-0500) Subject: Fix typo in AC_MSG_CHECKING message regarding lua header X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=b8e001200e134d516002f18c04226cbfafe1e039;p=cobramush.git Fix typo in AC_MSG_CHECKING message regarding lua header --- diff --git a/m4/ax_lua.m4 b/m4/ax_lua.m4 index c3d8943..03ccde1 100644 --- 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 lueader header in $thisincl]) + AC_MSG_CHECKING([for lua header in $thisincl]) if test -f "$thisincl/lua.h" then lua_h_path="$thisincl"