From ef72cd4c9dee24ec2293923d96401f13106ed01d Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 18 Aug 2004 13:15:47 +0000 Subject: [PATCH] Clarify an error message to tell the user what to do if apr-util lacks LDAP support. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104706 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authnz_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 5a967dafac..e293cb61c8 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -38,7 +38,7 @@ #include "mod_auth.h" #if !APR_HAS_LDAP -#error mod_auth_ldap requires APR-util to have LDAP support built in +#error mod_auth_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. #endif typedef struct { -- 2.40.0