summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-10 21:45:15 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-10 21:45:15 +0100
commit4c2b0e4e423fe73fafef10a5efa6fb778784cebc (patch)
tree55ca64f5b6ef1f63f81eb18872415e764d1a95a5 /configure.ac
parent75db9a77605b33a1b9355eae957f26380441fce6 (diff)
build-sys: minor typo fix
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 af48f1ce7..a41cf41a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,7 +364,7 @@ fi
AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"])
have_manpages=no
-AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpage], [disable manpages]))
+AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
if test "x$enable_manpages" != "xno"; then
have_manpages=yes
fi