Kurt D. Zeilenga writes: > ./configure --help shows that there is a problem with > $ol_dflt_overlays that needs to be worked out. I think that use of > a shell variable here is likely quite inappropriate. Should be a > static string.
Yes, the newer AC_ARG_ENABLE and AC_ARG_WITH treat it as a literal string. As far as i can tell, either the OL_ versions in openldap.m4 need an extra argument with the real default, or the change to let --enable-<specific backend> override --enable-backends must be reverted.
-- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc OpenLDAP Core Team http://www.openldap.org/project/