aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 789656b..39ff60b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AM_CONDITIONAL(STATIC_RT, test x"$static" = x"true")
AC_ARG_ENABLE(hostinfod,
AS_HELP_STRING([--enable-hostinfod],
- [build statically linked executables. Default: no]),
+ [build hostinfod. Default: no]),
[case "${enableval}" in
yes) hostinfod=true ;;
no) hostinfod=false ;;