From 3afa5297ba7b825fe7d6adb3384085448815e971 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Thu, 28 Apr 2011 11:16:18 -0500 Subject: [PATCH] Fix typo in AC_MSG_NOTICE regarding other possible global locations for lua libraries --- 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 03ccde1..8a5a771 100644 --- a/m4/ax_lua.m4 +++ b/m4/ax_lua.m4 @@ -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 -- 2.30.2