From a3f89c647dd47bf1dc3412b7ca54eb0929c7acad Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 4 Jun 2013 10:12:16 +1000 Subject: [PATCH] Drop requirement on ffi - copy/paste leftover Signed-off-by: Peter Hutterer --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 83c9e37..8e45ba2 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,6 @@ LT_PREREQ([2.2]) LT_INIT PKG_PROG_PKG_CONFIG() -PKG_CHECK_MODULES(FFI, [libffi]) if test "x$GCC" = "xyes"; then GCC_CFLAGS="-Wall -Wextra -Wno-unused-parameter -g -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden"