]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: when complaining about documentation location, point to new documentation spot...
authorMichael Richardson <mcr@sandelman.ca>
Sun, 23 Apr 2023 15:02:42 +0000 (11:02 -0400)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 15:02:42 +0000 (11:02 -0400)
configure.ac

index 7cdf672afc8dc4af33af6421e9e6d761fc406622..f52bdc96d3dce6bd9ab94e1b1d723754c033166c 100644 (file)
@@ -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=<path>.])
-  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 #