updated libipatcher dependency

This commit is contained in:
tihmstar 2018-01-01 18:01:48 +01:00
parent e740b28b1d
commit 4a8cabbe55

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 >= 38)
PKG_CHECK_MODULES(libipatcher, libipatcher >= 47)
do_libipatcher=yes
else
do_libipatcher=no