From: Michael Richardson Date: Sun, 23 Apr 2023 15:02:42 +0000 (-0400) Subject: doc: when complaining about documentation location, point to new documentation spot... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d02e98278215539db8c1d0864cd127daec3a163;p=thirdparty%2Ffreeradius-server.git doc: when complaining about documentation location, point to new documentation spot (#4976) --- diff --git a/configure.ac b/configure.ac index 7cdf672afc8..f52bdc96d3d 100644 --- a/configure.ac +++ b/configure.ac @@ -1079,7 +1079,7 @@ smart_try_dir="$talloc_lib_dir" FR_SMART_CHECK_LIB(talloc, _talloc) if test "x$ac_cv_lib_talloc__talloc" != "xyes"; then AC_MSG_WARN([talloc library not found. Use --with-talloc-lib-dir=.]) - AC_MSG_ERROR([FreeRADIUS requires libtalloc. Please read doc/developers/dependencies.adoc for further instructions.]) + AC_MSG_ERROR([FreeRADIUS requires libtalloc. Please read doc/antora/modules/installation/pages/dependencies.adoc for further instructions.]) fi dnl #