mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Minor configure comment tweaks from autoupdate (#1838)
The autoupdate script identified some cruft that was unchanged in the comments
This commit is contained in:
parent
552833213c
commit
015240e790
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user