diff mbox

[RFC,2/3] configure.ac: Ensure the resolver library is installed

Message ID 1471545435-15543-2-git-send-email-steved@redhat.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Steve Dickson Aug. 18, 2016, 6:37 p.m. UTC
Signed-off-by: Steve Dickson <steved@redhat.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

Comments

Steve Dickson Aug. 20, 2016, 2:55 p.m. UTC | #1
On 08/18/2016 02:37 PM, Steve Dickson wrote:
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed...

steved.

> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 5944166..52e12c8 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -13,6 +13,7 @@ LT_INIT
>  AC_PROG_CC
>  
>  # Checks for libraries.
> +AC_CHECK_LIB([resolv], [res_querydomain])
>  
>  AC_ARG_ENABLE([ldap],
>  	[AS_HELP_STRING([--disable-ldap],[Disable support for LDAP @<:@default=detect@:>@])])
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 5944166..52e12c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@  LT_INIT
 AC_PROG_CC
 
 # Checks for libraries.
+AC_CHECK_LIB([resolv], [res_querydomain])
 
 AC_ARG_ENABLE([ldap],
 	[AS_HELP_STRING([--disable-ldap],[Disable support for LDAP @<:@default=detect@:>@])])