mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-02 19:25:31 +00:00
set minimum libipatcher version
This commit is contained in:
parent
1a1779da46
commit
b215ccdc07
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue