Bugzilla – Bug 345
./configure produces warning message with --without-ldap
Last modified: 2009-04-18 19:19:00 MDT
Created attachment 251 [details] configure.in patch Lack of quotes around a shell variable cause it to expand to nothing when --without-ldap is set (because with_ldap=no is changed to with_ldap="" earlier in the script): checking for getspnam... yes ./configure: line 22314: test: !=: unary operator expected checking for log file location... /var/log/sudo.log Otherwise it behaves as expected, but seems a bit fragile.
Thanks, this will be fixed in 1.7.1
Fixed in sudo 1.7.1, released today