deb*)
prefix=/usr
# Note, must indent with tabs, not spaces due to IFS trickery
- if test "${SUDO_FLAVOR:-vanilla}" == "ldap"; then
+ if test "${SUDO_FLAVOR:-vanilla}" = "ldap"; then
configure_opts="--with-ldap
--with-ldap-conf-file=/etc/sudo-ldap.conf"
fi
--with-secure-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
;;
*)
- if test "${SUDO_FLAVOR:-vanilla}" == "ldap"; then
+ if test "${SUDO_FLAVOR:-vanilla}" = "ldap"; then
configure_opts="--with-ldap"
fi
# Note, must indent with tabs, not spaces due to IFS trickery