mirror of
https://github.com/systemd/systemd.git
synced 2024-12-24 17:43:40 +08:00
build-sys: minor typo fix
This commit is contained in:
parent
75db9a7760
commit
4c2b0e4e42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user