Skip to content

Commit

Permalink
Merge pull request #15356 from idryzhov/configure-sysconfdir
Browse files Browse the repository at this point in the history
build: fix configure output
  • Loading branch information
donaldsharp authored Feb 12, 2024
2 parents 400fe8d + e9d41d1 commit 6d3f9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6d3f9bf

Please sign in to comment.