Skip to content

Commit

Permalink
Correct format of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 18, 2023
1 parent 88138d8 commit bd7b358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1220,8 +1220,8 @@ AC_MSG_CHECKING([if doxygen warnings as errors is enabled])

AC_ARG_ENABLE([doxygen-errors],
[AS_HELP_STRING([--enable-doxygen-errors],
[default=yes]])],
[DOXY_ERR=$enableval], [DOXY_ERR=yes])
[Error on HDF5 doxygen warnings [default=yes]])],
[DOXY_ERR=$enableval])

if test "X$DOXY_ERR" = "Xyes"; then
HDF5_DOXY_WARNINGS="FAIL_ON_WARNINGS"
Expand Down

0 comments on commit bd7b358

Please sign in to comment.