From 367c32c0500a4181d24a1904cbed74aa9fe7ab9d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 24 Dec 2010 00:29:09 -0500 Subject: [PATCH] Error - Forgot to uncomment the lua line. Oops. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 703ce996f..38b83c44d 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ if test "x$with_lua" = "xyes" ; then LDFLAGS="$LDFLAGS -L$lua_lib" fi -# AC_CHECK_LIB([lua],[main]) + AC_CHECK_LIB([lua],[main]) # The following code should replace the one line above, but is not working. # Anyone know why?