From: Trond Norbye Date: Mon, 2 Aug 2010 15:37:31 +0000 (+0200) Subject: Fix ntohll test.. we need to link, not just compile ;-) X-Git-Tag: 0.44~7^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=561348719d71484220ec26aba09cf80cb1cc5f96;p=awesomized%2Flibmemcached Fix ntohll test.. we need to link, not just compile ;-) --- 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