projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99ed934
)
Add support to link against libresolv Mac OS X
author
Alexis Hildebrandt
<afh@surryhill.net>
Sun, 22 Jun 2014 14:43:15 +0000
(16:43 +0200)
committer
Alexis Hildebrandt
<afh@surryhill.net>
Sun, 22 Jun 2014 14:43:15 +0000
(16:43 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
bb2dc80
..
b43bec8
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-202,7
+202,7
@@
AC_CHECK_DECLS([freeaddrinfo, gai_strerror, getaddrinfo, getnameinfo],
[], [], [#include "src/have.h"]
)
-AC_CHECK_DECLS([res_init], [], [], [
+AC_CHECK_DECLS([res_init], [
LIBS="$LIBS -lresolv"
], [], [
#include <netinet/in.h>
#include <resolv.h>
])