mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-02 19:25:31 +00:00
updated min libipatcher version
This commit is contained in:
parent
231bdc251c
commit
6a606d478f
|
@ -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 >= 27)
|
PKG_CHECK_MODULES(libipatcher, libipatcher >= 30)
|
||||||
do_libipatcher=yes
|
do_libipatcher=yes
|
||||||
else
|
else
|
||||||
do_libipatcher=no
|
do_libipatcher=no
|
||||||
|
|
Loading…
Reference in a new issue