aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
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)