fix typo that broke --with-iologdir
This commit is contained in:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -124,7 +124,7 @@ dnl
|
||||
AC_DEFUN(SUDO_IO_LOGDIR, [
|
||||
AC_MSG_CHECKING(for I/O log dir location)
|
||||
if test "${with_iologdir-yes}" != "yes"; then
|
||||
iolog_dir="$with_iologdir":
|
||||
iolog_dir="$with_iologdir"
|
||||
elif test -d "/var/log"; then
|
||||
iolog_dir="/var/log/sudo-io"
|
||||
elif test -d "/var/adm"; then
|
||||
|
2
configure
vendored
2
configure
vendored
@@ -18562,7 +18562,7 @@ EOF
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for I/O log dir location" >&5
|
||||
$as_echo_n "checking for I/O log dir location... " >&6; }
|
||||
if test "${with_iologdir-yes}" != "yes"; then
|
||||
iolog_dir="$with_iologdir":
|
||||
iolog_dir="$with_iologdir"
|
||||
elif test -d "/var/log"; then
|
||||
iolog_dir="/var/log/sudo-io"
|
||||
elif test -d "/var/adm"; then
|
||||
|
Reference in New Issue
Block a user