set minimum libipatcher version

This commit is contained in:
tihmstar 2017-06-07 16:32:55 +02:00
parent 1a1779da46
commit b215ccdc07

View file

@ -52,7 +52,7 @@ if [test -z "$LIBIPATCHER_FLAGS"]; then
else else
AC_MSG_CHECKING([for futurerestore libipatcher]) AC_MSG_CHECKING([for futurerestore libipatcher])
if test "$build_libipatcher" = "true"; then if test "$build_libipatcher" = "true"; then
PKG_CHECK_MODULES(libipatcher, libipatcher >= 1.0) PKG_CHECK_MODULES(libipatcher, libipatcher >= 27)
do_libipatcher=yes do_libipatcher=yes
else else
do_libipatcher=no do_libipatcher=no