updated min libipatcher version

This commit is contained in:
tihmstar 2017-06-19 16:38:47 +02:00
parent 231bdc251c
commit 6a606d478f

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