We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80d6e7 commit db6ba52Copy full SHA for db6ba52
1 file changed
configure.ac
@@ -176,7 +176,7 @@ AC_SUBST([rootprefix], [$with_rootprefix])
176
AC_SUBST([rootlibdir], [$with_rootlibdir])
177
178
AC_ARG_ENABLE([man],
179
- AS_HELP_STRING([--diable-man],[Build the man pages (default: yes)]),
+ AS_HELP_STRING([--disable-man],[Build the man pages (default: yes)]),
180
[build_man=$enableval],
181
[build_man=yes])
182
0 commit comments