Skip to content
Snippets Groups Projects
Commit d0f3b78e authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Variables don't get replaced in configure --help

parent 5cfd4d45
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ AC_SUBST(storage_dir)
config_dir="${sysconfdir}/knot"
AC_ARG_WITH([configdir],
AC_HELP_STRING([--with-configdir=path], [Default directory for configuration. [default=$(sysconfdir)/knot]]),
AC_HELP_STRING([--with-configdir=path], [Default directory for configuration. [default=SYSCONFDIR/knot]]),
[config_dir=$withval])
AC_SUBST(config_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment