aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-20 23:01:45 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-08-20 17:53:14 +0200
commit6300c3d728af4e78f57b1bd1630dc66c2375ff81 (patch)
tree191dc7bd950947124759872d2b2bf5c75f2235c1 /openbsc
parent6b24f0a652a760f7df2a73bb8c3b8481e99cf6e7 (diff)
cosmetic: make osmo-python-tests dependency more accurate
Backport from osmo-mgw.git. Change-Id: I4f84a13b7fa6ec4173bdc155e6114d4d7328b619
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index f1f60383b..ae9e69e7f 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -206,7 +206,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
- AC_MSG_ERROR([Please install osmocom-python to run the VTY/CTRL tests.])
+ AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
fi
fi
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])