]> granicus.if.org Git - curl/commit
configure: try ldap/lber in reversed order first
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jul 2017 09:33:51 +0000 (11:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jul 2017 09:33:55 +0000 (11:33 +0200)
commitc53438481068cf712fc96e97205acb8df489894d
treef8881e5020f2ceaeb3e87caaa4476453b083ae6a
parent909a5bee81a32ceecbf23a15fd8a48879a84b6dc
configure: try ldap/lber in reversed order first

When scanning for which LDAP libraries to use, try the -lldap -llber
combination before the reversed order since it has a greater chance of
working when linking with libcurl statically.

Fixes #1619
Closes #1634
Reported-by: David E. Narváez
acinclude.m4