]> granicus.if.org Git - sudo/commitdiff
There was a missing space before the ldap libs in SUDO_LIBS for
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Apr 2008 16:51:17 +0000 (16:51 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Apr 2008 16:51:17 +0000 (16:51 +0000)
some configurations.

configure
configure.in

index 88cfd74b6cb0abe54cfe92baf26b629e5a9cc2c5..de87d9a6a51c34ae1be0e899b53ca9a1fdd848c9 100755 (executable)
--- a/configure
+++ b/configure
@@ -23194,7 +23194,7 @@ echo "$as_me: WARNING: Unable to locate gssapi.h, you will have to edit the Make
        fi
     fi
 
-    SUDO_LIBS="${SUDO_LIBS}${LDAP_LIBS}"
+    SUDO_LIBS="${SUDO_LIBS} ${LDAP_LIBS}"
     LIBS="$_LIBS"
     LDFLAGS="$_LDFLAGS"
 fi
index fdd61bcd5f3dca1f2bf4e6c87a9c998e6315a33b..7b9169e450a9203b9401cd0f65b9d72e33daa9e0 100644 (file)
@@ -2394,7 +2394,7 @@ if test ${with_ldap-'no'} != "no"; then
        fi
     fi
 
-    SUDO_LIBS="${SUDO_LIBS}${LDAP_LIBS}"
+    SUDO_LIBS="${SUDO_LIBS} ${LDAP_LIBS}"
     LIBS="$_LIBS"
     LDFLAGS="$_LDFLAGS"
 fi