Browse Source

Ticket #47875 - dirsrv not running with old openldap

Description: AC_SUBST(ldap_lib_ldif) was missing from configure.ac
for @ldap_lib_dir@.

https://fedorahosted.org/389/ticket/47875

Reviewed by [email protected] (Thank you, Rich!!)
Noriko Hosoi 11 years ago
parent
commit
0ae55bcd61
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -709,6 +709,7 @@ AC_SUBST(openldap_inc)
 AC_SUBST(openldap_lib)
 AC_SUBST(openldap_libdir)
 AC_SUBST(openldap_bindir)
+AC_SUBST(ldap_lib_ldif)
 AC_SUBST(ldaptool_bindir)
 AC_SUBST(ldaptool_opts)
 AC_SUBST(plainldif_opts)