From 178d137f1ea4a4c831417df87a37f7943cce2e08 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 20 Jul 2017 23:01:45 +0200 Subject: cosmetic: make osmo-python-tests dependency more accurate Change-Id: I4f84a13b7fa6ec4173bdc155e6114d4d7328b619 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e2bbf796d..e1c33031b 100644 --- a/configure.ac +++ b/configure.ac @@ -207,7 +207,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]) -- cgit v1.2.3