Skip to content

Commit

Permalink
Merge pull request #484 from cmeister2/cmeister2/fixossafl
Browse files Browse the repository at this point in the history
One byte fix to fix OSS Fuzz AFL support
  • Loading branch information
coreyfarrell committed Jul 22, 2019
2 parents 3bfa3f1 + 6e26599 commit 1ac79b2
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 @@ -147,7 +147,7 @@ AM_CONDITIONAL([USE_OSSFUZZERS], [test "x$have_ossfuzzers" = "xyes"])

AC_SUBST([LIB_FUZZING_ENGINE])
AM_CONDITIONAL([USE_OSSFUZZ_FLAG], [test "x$LIB_FUZZING_ENGINE" = "x-fsanitize=fuzzer"])
AM_CONDITIONAL([USE_OSSFUZZ_STATIC], [test -f "x$LIB_FUZZING_ENGINE"])
AM_CONDITIONAL([USE_OSSFUZZ_STATIC], [test -f "$LIB_FUZZING_ENGINE"])


if test x$GCC = xyes; then
Expand Down

0 comments on commit 1ac79b2

Please sign in to comment.