blob: ebc206b78febb7bfcae935cf51d0da39c2dc3872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur a/configure.ac b/configure.ac
--- a/configure.ac 2009-10-15 03:42:51.000000000 +0200
+++ b/configure.ac 2015-10-07 02:18:06.571175156 +0200
@@ -82,6 +82,8 @@
ACF_SEARCH_FUNCTION([res_query], [-lresolv, -lbind],
[], [AC_MSG_ERROR([res_query not found])],
[AC_LANG_PROGRAM([[
+ #include <netinet/in.h>
+ #include <arpa/nameser.h>
#include <resolv.h>
]], [[res_query(0, 0, 0, 0, 0);]])
])
|