From: Todd C. Miller Date: Fri, 4 Feb 2011 19:33:37 +0000 (-0500) Subject: fix typo that broke --with-iologdir X-Git-Tag: SUDO_1_7_5~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13b3cdbe19d0762c8eaa22467ed806f9a9c0d2fc;p=sudo fix typo that broke --with-iologdir --HG-- branch : 1.7 --- diff --git a/aclocal.m4 b/aclocal.m4 index 853accc1d..c66dd6d9c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/configure b/configure index d29fbc0ec..87d42346b 100755 --- a/configure +++ b/configure @@ -18600,7 +18600,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