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?