chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75db9a7
)
build-sys: minor typo fix
author
Lennart Poettering
<lennart@poettering.net>
Fri, 10 Feb 2012 20:45:15 +0000
(21:45 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 10 Feb 2012 20:45:15 +0000
(21:45 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index af48f1ce72db2535ebf74e9ca744c26b8dff0b69..a41cf41a2df174f728786ab52b10a43bc30fcd65 100644
(file)
--- 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-manpage
s
], [disable manpages]))
if test "x$enable_manpages" != "xno"; then
have_manpages=yes
fi