From 9c8341f1aaf01148ee2ca7f634478cdfaf4a0303 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Sat, 9 Apr 2011 11:39:32 -0400 Subject: [PATCH] Forgot to add autofoo for libffi Signed-off-by: David Zeuthen --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 683c770..5a4f229 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4