From 561348719d71484220ec26aba09cf80cb1cc5f96 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Mon, 2 Aug 2010 17:37:31 +0200 Subject: [PATCH] Fix ntohll test.. we need to link, not just compile ;-) --- m4/byteorder.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/byteorder.m4 b/m4/byteorder.m4 index 5a99af7a..32431798 100644 --- a/m4/byteorder.m4 +++ b/m4/byteorder.m4 @@ -2,7 +2,7 @@ AC_DEFUN([DETECT_BYTEORDER], [ AC_REQUIRE([AC_C_BIGENDIAN]) AC_CACHE_CHECK([for htonll], [ac_cv_have_htonll], - [AC_TRY_COMPILE([ + [AC_TRY_LINK([ #include #include #include -- 2.30.2