Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
set fis as always true
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavemuri committed Sep 6, 2022
1 parent fb649bc commit 7a3864d
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 @@ -304,7 +304,7 @@ AC_SUBST([ENABLE_COVERAGE], [$enable_coverage])
AC_ARG_ENABLE([finject],
AS_HELP_STRING([--disable-finject],[disable fault injection support]),
[],
[enable_finject=$enable_release]
[enable_finject=yes]
)
AS_IF([test x$enable_finject = xyes],
AC_DEFINE([ENABLE_FAULT_INJECTION]))
Expand Down

0 comments on commit 7a3864d

Please sign in to comment.