projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
286723e
)
Fix ntohll test.. we need to link, not just compile ;-)
author
Trond Norbye
<trond.norbye@gmail.com>
Mon, 2 Aug 2010 15:37:31 +0000
(17:37 +0200)
committer
Trond Norbye
<trond.norbye@gmail.com>
Mon, 2 Aug 2010 15:37:31 +0000
(17:37 +0200)
m4/byteorder.m4
patch
|
blob
|
history
diff --git
a/m4/byteorder.m4
b/m4/byteorder.m4
index 5a99af7a596838fc072c8ba6c79d1cc705c390e7..324317989470d443acb663e2344cb6bd9107ea1c 100644
(file)
--- 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 <sys/types.h>
#include <netinet/in.h>
#include <inttypes.h>