build-sys: minor typo fix

This commit is contained in:
Lennart Poettering 2012-02-10 21:45:15 +01:00
parent 75db9a7760
commit 4c2b0e4e42
1 changed files with 1 additions and 1 deletions

View File

@ -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