Skip to content

Commit 76eaffa

Browse files
authored
Merge pull request #8579 from jsquyres/pr/fix-help-message-typo
config/opal_setup_man_pages.m4: fix typo
2 parents 9e43f31 + 0489b4c commit 76eaffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_setup_man_pages.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl -*- shell-script -*-
22
dnl
3-
dnl Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
3+
dnl Copyright (c) 2020-2021 Cisco Systems, Inc. All rights reserved.
44
dnl
55
dnl $COPYRIGHT$
66
dnl
@@ -68,7 +68,7 @@ AC_DEFUN([_OPAL_SETUP_PANDOC],[
6868
[AS_IF([test ! -f "$srcdir/ompi/mpi/man/man5/MPI_T.5"],
6969
[AC_MSG_WARN([*** Could not find a suitable pandoc on your system.])
7070
AC_MSG_WARN([*** You need pandoc >=$min_major_version.$min_minor_version to build Open MPI with man pages.])
71-
AC_MSG_WARN([*** If no man pages are needed, rerun configure with option '--disable-manpages'.])
71+
AC_MSG_WARN([*** If no man pages are needed, rerun configure with option '--disable-man-pages'.])
7272
AC_MSG_WARN([*** NOTE: If you are building from a tarball downloaded from www.open-mpi.org, you do not need Pandoc.])
7373
AC_MSG_WARN([*** See pandoc.org.])
7474
AC_MSG_ERROR([Cannot continue])

0 commit comments

Comments
 (0)