Minor configure comment tweaks from autoupdate (#1838)

The autoupdate script identified some cruft that was unchanged
in the comments
This commit is contained in:
Dana Robinson 2022-06-30 12:26:38 -07:00 committed by GitHub
parent 552833213c
commit 015240e790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -782,7 +782,7 @@ HDF_CXX=no
## AC_PROG_CXX defines some macros that Automake 1.9.x uses and will
## miss even if c++ is not enabled.
AC_PROG_CXX
AC_PROG_CXXCPP ## this is checked for when AC_HEADER_STDC is done
AC_PROG_CXXCPP
AC_MSG_CHECKING([if c++ interface enabled])
@ -907,7 +907,7 @@ esac
## ----------------------------------------------------------------------
## Check which archiving tool to use. This needs to be done before
## the AM_PROG_LIBTOOL macro.
## the LT_INIT macro.
##
if test -z "$AR"; then
AC_CHECK_PROGS([AR], [ar xar], [:], [$PATH])