Try -libmldap before -lldap in case there is no link from libibmldap.so
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 28 Feb 2014 18:05:13 +0000 (11:05 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 28 Feb 2014 18:05:13 +0000 (11:05 -0700)
commit9c17914bf9059192e3083d6bafd5d571994dbf17
tree8d22a66c72877df2ca03505ba58d12d2938ebaad
parentd75e5f6fef5c83cd48d0165e2909a38293f034d9
Try -libmldap before -lldap in case there is no link from libibmldap.so
to libldap.so.  Since IBM ldap is installed under /opt we should only
be able to reach it if --with-ldap was given an explicit path.

Only check for ber_set_option() if LBER_OPT_DEBUG_LEVEL is defined.
configure
configure.ac