From 453f12cd9fe055774f674b519bc1542d66207e2f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 7 Dec 2014 19:16:38 +0100 Subject: [PATCH] Allow overriding of LDAP_LIBS Part of #1826 --- m4/pdns_check_ldap.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/pdns_check_ldap.m4 b/m4/pdns_check_ldap.m4 index e3a8a27cad..b6f9d0ea33 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]) ]) -- 2.47.2