From: Ruben Kerkhof Date: Sun, 7 Dec 2014 18:16:38 +0000 (+0100) Subject: Allow overriding of LDAP_LIBS X-Git-Tag: rec-3.7.0-rc1~109^2~14^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453f12cd9fe055774f674b519bc1542d66207e2f;p=pdns Allow overriding of LDAP_LIBS Part of #1826 --- diff --git a/m4/pdns_check_ldap.m4 b/m4/pdns_check_ldap.m4 index e3a8a27ca..b6f9d0ea3 100644 --- a/m4/pdns_check_ldap.m4 +++ b/m4/pdns_check_ldap.m4 @@ -35,5 +35,5 @@ AC_DEFUN([PDNS_CHECK_LDAP],[ [AC_DEFINE([HAVE_LDAP_SASL_BIND], 1, [Define to 1 if you have ldap_sasl_bind])] ) - AC_SUBST([LDAP_LIBS]) + AC_ARG_VAR([LDAP_LIBS], [linker flags for openldap]) ])