From b8e001200e134d516002f18c04226cbfafe1e039 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Thu, 28 Apr 2011 11:15:30 -0500 Subject: [PATCH] Fix typo in AC_MSG_CHECKING message regarding lua header --- m4/ax_lua.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2