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
(from parent 1:
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
af48f1c
..
a41cf41
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