]> granicus.if.org Git - sudo/commitdiff
fix typo that broke --with-iologdir
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Feb 2011 19:33:37 +0000 (14:33 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Feb 2011 19:33:37 +0000 (14:33 -0500)
--HG--
branch : 1.7

aclocal.m4
configure

index 853accc1dbbcd68f996f7ee51757b6f389fc2f32..c66dd6d9c0ba5d51d86002f6e1b2580a75c1f610 100644 (file)
@@ -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
index d29fbc0ec704c0d14155ac7bbae27ab053ed78cf..87d42346b59d8810dfc0887e8755782ece11bf7c 100755 (executable)
--- 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