$OpenBSD: patch-configure,v 1.4 2008/12/30 10:29:09 sthen Exp $
--- configure.orig	Sat Sep 20 22:13:19 2008
+++ configure	Mon Dec 29 21:45:53 2008
@@ -17596,7 +17596,7 @@ if test -z "$disable_lua"; then
 	for luadir in "$withval" "" /usr /usr/local; do
 		for suffix in "" 50; do
 			if test "$cf_result" = no; then
-				LUA_LIBS="-llua$suffix -llualib$suffix -lm"
+				LUA_LIBS="-llua$suffix -lm"
 
 				if test ! -z "$luadir"; then
 					LUA_LIBS="-L$luadir/lib $LUA_LIBS"
@@ -23296,10 +23296,6 @@ ALL_CFLAGS="$CFLAGS $CPPFLAGS"
 
 
 
-if test $(`which tput` colors) -ge 4; then
-	MAKE_COLOR=1
-
-fi
 
 
 ac_config_files="$ac_config_files Makefile.config contrib/elinks.spec contrib/lua/hooks.lua contrib/conv/w3m2links.awk doc/man/man1/elinks.1 src/intl/gettext/ref-add.sed src/intl/gettext/ref-del.sed"
