]> granicus.if.org Git - sudo/commitdiff
Fix typo, -lldap vs. -ldap; from Tim Knox.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 30 Jul 2006 19:53:52 +0000 (19:53 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 30 Jul 2006 19:53:52 +0000 (19:53 +0000)
configure
configure.in

index 2da6e8a818dc142eb8dd3b694bcc6f10cd3b380f..c57864ae08854ee2c3d44e919c67fd44964f5b1a 100755 (executable)
--- a/configure
+++ b/configure
@@ -21144,9 +21144,9 @@ rm -f conftest.err conftest.$ac_objext \
       conftest$ac_exeext conftest.$ac_ext
     done
         if test "$found" = "no"; then
-       LDAP_LIBS=" -ldap"
-       echo "$as_me:$LINENO: result: not found, using -ldap" >&5
-echo "${ECHO_T}not found, using -ldap" >&6
+       LDAP_LIBS=" -lldap"
+       echo "$as_me:$LINENO: result: not found, using -lldap" >&5
+echo "${ECHO_T}not found, using -lldap" >&6
     else
        echo "$as_me:$LINENO: result: $LDAP_LIBS" >&5
 echo "${ECHO_T}$LDAP_LIBS" >&6
index 3d010a5f31865938f9a16d9675503e8c7324a7f4..6e6cf7399d3d89c8e06bb8db6a6c9e78e60836ce 100644 (file)
@@ -2218,10 +2218,10 @@ if test -n "$with_ldap"; then
        #include <lber.h>
        #include <ldap.h>]], [[(void)ldap_init(0, 0)]])], [found=yes; break])
     done
-    dnl if nothing linked just try with -ldap
+    dnl if nothing linked just try with -lldap
     if test "$found" = "no"; then
-       LDAP_LIBS=" -ldap"
-       AC_MSG_RESULT([not found, using -ldap])
+       LDAP_LIBS=" -lldap"
+       AC_MSG_RESULT([not found, using -lldap])
     else
        AC_MSG_RESULT([$LDAP_LIBS])
     fi