From e9d41d14411d8cf3b8b292aa2032a5cfbb8c6418 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Sun, 11 Feb 2024 00:53:06 +0200 Subject: [PATCH] build: fix configure output Signed-off-by: Igor Ryzhov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9fd920c7cdf..8da41e6d3436 100644 --- a/configure.ac +++ b/configure.ac @@ -2905,7 +2905,7 @@ compiler flags : ${CFLAGS} ${WERROR} ${AC_CFLAGS} ${SAN_FLAGS} make : ${MAKE-make} linker flags : ${LDFLAGS} ${SAN_FLAGS} ${LIBS} ${LIBCAP} ${LIBREADLINE} ${LIBM} state file directory : ${e_frr_runstatedir} -config file directory : ${e_sysconfdir} +config file directory : ${e_frr_sysconfdir} module directory : ${e_moduledir} script directory : ${e_scriptdir} user to run as : ${enable_user}