aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2011-09-07 11:17:14 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-09-26 17:14:55 +0200
commit70e04c7ccc6e75cd13ea71f2a0a8b3c9e66d4b38 (patch)
treed2f09c0465dc9e2e0f446f875099cb99dca09945 /configure.ac
parentc2889512c4fb4585fc5ef2980937dde64f687f0a (diff)
request ortp >=0.15.0
build fails with ortp <0.15.0 because of incompatible API.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ec5086d..1ab807b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AM_CONFIG_HEADER(config.h)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
-PKG_CHECK_MODULES(ORTP, ortp)
+PKG_CHECK_MODULES(ORTP, ortp >= 0.15.0)
AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))