aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-18 14:04:11 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-18 14:04:11 +0200
commitde3af0690a805703434f4f7e7302d0af33587272 (patch)
tree747f83af0b63f0b6f5cb206a4035997ab8e1cf43 /configure.ac
parent67851f356276b3ce546a51ff69c6ac440bea4e82 (diff)
update git URLs (git -> https; gitea)
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 85d7c5952..276e36ab9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
fi
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
- AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
+ AC_MSG_ERROR([Please install https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests to run the VTY/CTRL tests.])
fi
fi
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])