From 32932a396c9fa0d2f911fcb0e9cbdf2856acd68c Mon Sep 17 00:00:00 2001 From: tihmstar <tihmstar@gmail.com> Date: Mon, 26 Jun 2017 13:14:43 +0200 Subject: [PATCH] updated min libipatcher lib --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b2437f9..788ce076 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ if [test -z "$LIBIPATCHER_FLAGS"]; then else AC_MSG_CHECKING([for futurerestore libipatcher]) if test "$build_libipatcher" = "true"; then - PKG_CHECK_MODULES(libipatcher, libipatcher >= 30) + PKG_CHECK_MODULES(libipatcher, libipatcher >= 32) do_libipatcher=yes else do_libipatcher=no