gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 99/208: configure: try ldap/lber in reversed order


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 99/208: configure: try ldap/lber in reversed order first
Date: Wed, 09 Aug 2017 17:34:56 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit c53438481068cf712fc96e97205acb8df489894d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jul 4 11:33:51 2017 +0200

    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 1e1cf790c..fe0e020b0 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -790,8 +790,8 @@ AC_DEFUN([CURL_CHECK_LIBS_LDAP], [
   #
   for x_nlibs in '' "$u_libs" \
     '-lldap' \
-    '-llber -lldap' \
     '-lldap -llber' \
+    '-llber -lldap' \
     '-lldapssl -lldapx -lldapsdk' \
     '-lldapsdk -lldapx -lldapssl' ; do
     if test "$curl_cv_ldap_LIBS" = "unknown"; then

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]