Skip to content

Commit ae6e754

Browse files
committed
change help string --enable-man to --disable-man
1 parent a32c102 commit ae6e754

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,9 @@ AC_ARG_ENABLE([zmq],
167167

168168
AC_ARG_WITH([protoc-bindir],[AS_HELP_STRING([--with-protoc-bindir=BIN_DIR],[specify protoc bin path])], [protoc_bin_path=$withval], [])
169169

170-
# Enable manpages
171170
AC_ARG_ENABLE(man,
172-
[AS_HELP_STRING([--enable-man],
173-
[install man pages [default=yes]])],,
171+
[AS_HELP_STRING([--disable-man],
172+
[do not install man pages (default is to install)])],,
174173
enable_man=yes)
175174
AM_CONDITIONAL(ENABLE_MAN, test "$enable_man" != no)
176175

0 commit comments

Comments
 (0)