summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 77152b5..3ca10d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,8 @@ AC_INIT([gluster-block],
AC_SUBST([PACKAGE_RELEASE], 1)
AC_ARG_WITH(systemddir,
- [--with-systemddir=DIR systemd service files in DIR @<:@PREFIX/lib/systemd/system@:>@],
+ AC_HELP_STRING([--with-systemddir=DIR],
+ [systemd service files in DIR @<:@PREFIX/lib/systemd/system@:>@]),
[systemddir=$withval],
[systemddir='${prefix}/lib/systemd/system'])
AC_SUBST(systemddir)