summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2015-11-24 21:09:10 +0100
committerYehuda Sadeh <yehuda@redhat.com>2015-11-24 21:09:10 +0100
commit53eda867bc1e314303ccbd450531e9f21385a786 (patch)
tree638fe0931e2f1e560f3147a174ab2cfc570d791a /configure.ac
parentMerge pull request #6236 from guangyy/err-msg (diff)
parentrgw/rgw_resolve: musl libc does not implement res_nquery. Added fallback to r... (diff)
downloadceph-53eda867bc1e314303ccbd450531e9f21385a786.tar.xz
ceph-53eda867bc1e314303ccbd450531e9f21385a786.zip
Merge pull request #6292 from dx9/wip-12406-res_nquery
rgw/rgw_resolve: fallback to res_query when res_nquery not implemented Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e17c8b1a97..68a8d9e6d88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -342,6 +342,7 @@ if test x"$resolv_libs" != "xok"; then
fi
fi
AC_SUBST([RESOLV_LIBS])
+AC_DEFINE(HAVE_RES_NQUERY, 1, [Define if you have res_nquery])
dnl check for libkeyutils on linux
KEYUTILS_LIB=""