X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=configure.ac;h=b27e11bd8f18943e8680b78f828f2317d05d452f;hp=d6e978bebbf985218b413337e12d263dd1fd4d84;hb=0676cd80d138ede098fe655ab73500efc66f5df2;hpb=028791000ca77b4bc4740332d8dc7d3f512a86f6 diff --git a/configure.ac b/configure.ac index d6e978b..b27e11b 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,12 @@ AS_IF([test "x$enable_debug" = "xyes"], [ ]) AC_CHECK_FUNCS([ \ + be16toh \ + be32toh \ + be64toh \ + htobe16 \ + htobe32 \ + htobe64 \ mmap \ munmap \ __secure_getenv \