Skip to content

Commit db6ba52

Browse files
codypssofar
authored andcommitted
configure: fix type in help text
1 parent d80d6e7 commit db6ba52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ AC_SUBST([rootprefix], [$with_rootprefix])
176176
AC_SUBST([rootlibdir], [$with_rootlibdir])
177177

178178
AC_ARG_ENABLE([man],
179-
AS_HELP_STRING([--diable-man],[Build the man pages (default: yes)]),
179+
AS_HELP_STRING([--disable-man],[Build the man pages (default: yes)]),
180180
[build_man=$enableval],
181181
[build_man=yes])
182182

0 commit comments

Comments
 (0)