Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 566068 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-1 / +3 lines)
Lines 837-843 Link Here
837
		for suffix in "" 50; do
837
		for suffix in "" 50; do
838
			if test "$cf_result" = no && ( test -f "$luadir/include/lua.h" || \
838
			if test "$cf_result" = no && ( test -f "$luadir/include/lua.h" || \
839
			   test -f "$luadir/include/lua$suffix/lua.h" ) ; then
839
			   test -f "$luadir/include/lua$suffix/lua.h" ) ; then
840
				LUA_LIBS="-L$luadir/lib -llua$suffix -llualib$suffix -lm"
840
				LUA_LIBS="-L$luadir/lib -llua$suffix -lm"
841
				LUA_CFLAGS="-I$luadir/include -I$luadir/include/lua$suffix"
841
				LUA_CFLAGS="-I$luadir/include -I$luadir/include/lua$suffix"
842
842
843
				LIBS="$LUA_LIBS $LIBS_X"
843
				LIBS="$LUA_LIBS $LIBS_X"
Lines 1025-1030 Link Here
1025
1025
1026
AC_MSG_RESULT($cf_result)
1026
AC_MSG_RESULT($cf_result)
1027
1027
1028
AC_CHECK_FUNCS(RAND_egd)
1029
1028
# ---- GNU TLS
1030
# ---- GNU TLS
1029
1031
1030
# GnuTLS 2.2.0 changed libgnutls-openssl from GPLv2+
1032
# GnuTLS 2.2.0 changed libgnutls-openssl from GPLv2+

Return to bug 566068