]> granicus.if.org Git - apache/commitdiff
Clarify an error message to tell the user what to do if apr-util lacks
authorGraham Leggett <minfrin@apache.org>
Wed, 18 Aug 2004 13:15:47 +0000 (13:15 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 18 Aug 2004 13:15:47 +0000 (13:15 +0000)
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

index 5a967dafacdf9da02175ca8dd06449aa26dbfe8d..e293cb61c8b7219cc606268b108e6393f87c88d9 100644 (file)
@@ -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 {