Skip to content

Commit

Permalink
Merge branch 'tuxera:edge' into uefi-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard authored Apr 1, 2023
2 parents 388fe9d + 71ecccf commit 50324b7
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 @@ -235,7 +235,7 @@ esac

if test "x${enable_ntfs_3g}" != "xyes"; then
with_fuse="none"
elif test "x${with_fuse}" == "x"; then
elif test "x${with_fuse}" = "x"; then
AC_MSG_CHECKING([fuse compatibility])
case "${target_os}" in
linux*|solaris*)
Expand Down

0 comments on commit 50324b7

Please sign in to comment.