diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 098e5b40b..df6ca6793 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -75,7 +75,7 @@ AC_SUBST(osmo_ac_mgcp_transcoding) found_libgtp=yes -PKG_CHECK_MODULES(LIBGTP, libgtp, , found_libgtp=no) +PKG_CHECK_MODULES(LIBGTP, libgtp >= 0.92, , found_libgtp=no) AM_CONDITIONAL(HAVE_LIBGTP, test "$found_libgtp" = yes) AC_SUBST(found_libgtp)