updated min libipatcher lib

This commit is contained in:
tihmstar 2017-06-26 13:14:43 +02:00
parent 1ea6a66658
commit 32932a396c

View file

@ -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