projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2195f16
)
configure.in: htonll check depends on linker
author
Max Henkel
<henkel@gmx.at>
Tue, 4 May 2010 21:39:18 +0000
(23:39 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Wed, 19 May 2010 08:44:09 +0000
(10:44 +0200)
Fixing a cross-compile issue by depending only on a linker check.
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
b663920
..
45b87e9
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-964,7
+964,7
@@
fi
AC_MSG_CHECKING([if have htonll defined])
have_htonll="no"
- AC_
RUN
_IFELSE([
+ AC_
LINK
_IFELSE([
AC_LANG_PROGRAM([
#include <sys/types.h>
#include <netinet/in.h>