Forgot to add autofoo for libffi

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2011-04-09 11:39:32 -04:00
parent 88ab35f3cb
commit 9c8341f1aa

View File

@ -453,6 +453,10 @@ if test "x$found_zlib" = "xno" ; then
AC_SUBST(ZLIB_LIBS)
fi
PKG_CHECK_MODULES(LIBFFI, [libffi >= 3.0.0])
AC_SUBST(LIBFFI_CFLAGS)
AC_SUBST(LIBFFI_LIBS)
dnl
dnl gettext support
dnl