mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 13:58:05 +00:00
There was a missing space before the ldap libs in SUDO_LIBS for
some configurations.
This commit is contained in:
parent
b06e2f9d65
commit
f0a6827feb
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user