12 lines
425 B
Text
12 lines
425 B
Text
--- configure.orig Fri Jul 28 20:45:18 2006
|
|
+++ configure Fri Jul 28 20:45:26 2006
|
|
@@ -3512,8 +3512,7 @@ fi
|
|
|
|
echo "$as_me:$LINENO: checking if we need -llua" >&5
|
|
echo $ECHO_N "checking if we need -llua... $ECHO_C" >&6
|
|
-need_llua=yes
|
|
-nm -D "$LUA" | $EGREP "T lua_open$" >/dev/null && need_llua=no
|
|
+need_llua=no
|
|
echo "$as_me:$LINENO: result: $need_llua" >&5
|
|
echo "${ECHO_T}$need_llua" >&6
|
|
if test $need_llua = yes; then
|