Skip to content

Commit

Permalink
Correct configure.ac option
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored and lrknox committed Oct 3, 2024
1 parent b5aecf3 commit 45bba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4265,7 +4265,7 @@ elif test "X$withval" = "Xv114"; then
DEFAULT_API_VERSION=v114
AC_DEFINE([USE_114_API_DEFAULT], [1],
[Define using v1.14 public API symbols by default])
elif test "X$withval" = "Xv116" -o "X$withval" = "Xdefault"; then
elif test "X$withval" = "Xv116"; then
AC_MSG_RESULT([v116])
DEFAULT_API_VERSION=v116
AC_DEFINE([USE_116_API_DEFAULT], [1],
Expand Down

0 comments on commit 45bba55

Please sign in to comment.