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

Collapse All | Expand All

(-)configure.ac.old (-1 / +1 lines)
Lines 55-61 Link Here
55
dnl
55
dnl
56
56
57
dnl libffi
57
dnl libffi
58
ar_WITH_LIB_LIBFFI([have_libffi=yes], [have_libffi=no])
58
ar_WITH_LIB_LIBFFI([have_libffi=no], [have_libffi=no])
59
LIBFFI_CFLAGS_INSTALLED="$LIBFFI_CFLAGS"
59
LIBFFI_CFLAGS_INSTALLED="$LIBFFI_CFLAGS"
60
LIBFFI_LIBS_INSTALLED="$LIBFFI_LIBS"
60
LIBFFI_LIBS_INSTALLED="$LIBFFI_LIBS"
61
if test "$have_libffi" = no; then
61
if test "$have_libffi" = no; then

Return to bug 163647