aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-17 23:20:10 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-17 23:20:26 +0200
commit0239620bd159afe0015f40c73f70e03110b8c817 (patch)
treeb1a0d710e397ae17f9660a2f2dfda3e8f3a873bf /configure.ac
parent079149e45194df6160eb691a58c996f0231d9b74 (diff)
update git URLs (git -> https; gitea)2022q2
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 bf85c071..2467c68d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,7 +441,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmo_verify_transcript_vty.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])