Skip to content

Commit

Permalink
Configure: Fix enable/disable help message for libpolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fuchs <andreas.fuchs@infineon.com>
  • Loading branch information
AndreasFuchsTPM committed Aug 8, 2023
1 parent 253826a commit 8dd262e
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 @@ -151,7 +151,7 @@ AS_IF([test "x$enable_fapi_async_tests" = "xyes"],
[AC_MSG_WARN("FAPI compiled with asynchronous spinning testing. NOT FOR PRODUCTION!")])

AC_ARG_ENABLE([policy],
[AS_HELP_STRING([--enable-policy],
[AS_HELP_STRING([--disable-policy],
[build the tss2-policy library (default is yes)])],
[enable_policy=$enableval],
[enable_policy=yes])
Expand Down

0 comments on commit 8dd262e

Please sign in to comment.