Skip to content

Commit

Permalink
Merge pull request #257 from robert-scheck/byteswap
Browse files Browse the repository at this point in the history
Check for `byteswap.h` existence for `src/f2fs/f2fs_fs.h`
  • Loading branch information
Thomas-Tsai authored Dec 18, 2024
2 parents 95527c2 + e923409 commit 18afb18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@ if test "$ac_cv_have_decl_isnormal" = "yes" ; then
AC_TRY_LINK([#include <math.h>], [float f = 0.0; return isnormal(f)], [], [LIBS="$LIBS -lm"])
fi

##bswap_64()##
AC_CHECK_HEADERS([byteswap.h])

##static linking##
AC_ARG_ENABLE([static],
AS_HELP_STRING(
Expand Down

0 comments on commit 18afb18

Please sign in to comment.