*** ./configure.ORIG Thu Nov 12 11:44:39 2009 --- ./configure Thu Nov 12 11:45:02 2009 *************** *** 27518,27524 **** { $as_echo "$as_me:$LINENO: checking for Lua compiling and linking" >&5 $as_echo_n "checking for Lua compiling and linking... " >&6; } ! LUA_TEST=`LT=luatest.c ; echo "#include " > $LT; echo "#include " >> $LT; echo "int main() { luaopen_base((lua_State *)lua_open()); return 0; }" >> $LT ; $CC -Wall $LT -o $LT.out $LUA_INCLUDES $LUA_LIBS $CFLAGS $LDFLAGS 1>/dev/null 2>&1 ; echo $?; rm -f $LT $LT.out 1>/dev/null 2>&1` if test "x$LUA_TEST" != "x0" ; then { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } --- 27518,27524 ---- { $as_echo "$as_me:$LINENO: checking for Lua compiling and linking" >&5 $as_echo_n "checking for Lua compiling and linking... " >&6; } ! LUA_TEST=`LT=luatest.c ; echo "#include " > $LT; echo "#include " >> $LT; echo "int main() { luaopen_base((lua_State *)lua_open()); return 0; }" >> $LT ; $CC $LT -o $LT.out $LUA_INCLUDES $LUA_LIBS $CFLAGS $LDFLAGS 1>/dev/null 2>&1 ; echo $?; rm -f $LT $LT.out 1>/dev/null 2>&1` if test "x$LUA_TEST" != "x0" ; then { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } *** ./cmd/lefty/ws/x11/libfilereq/Draw.c.ORIG Tue Nov 13 16:26:57 2012 --- ./cmd/lefty/ws/x11/libfilereq/Draw.c Tue Nov 13 16:27:23 2012 *************** *** 44,50 **** --- 44,52 ---- */ #include + #if defined(_AIX) && defined(_AIX52) #include + #endif #include "SFinternal.h" #include "xstat.h" #include