From: Todd C. Miller Date: Fri, 4 Feb 2000 02:09:02 +0000 (+0000) Subject: typo X-Git-Tag: SUDO_1_6_3~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36a249399cd79400ef75b7ef2c17726429884e38;p=sudo typo --- diff --git a/configure b/configure index 438e0cd79..a444e3393 100755 --- a/configure +++ b/configure @@ -797,7 +797,7 @@ if test "${with_devel+set}" = set; then DEV="" ;; no) ;; - *) echo "Ignoring unknown argument to --with-devel: $with_csops" + *) echo "Ignoring unknown argument to --with-devel: $with_devel" ;; esac fi diff --git a/configure.in b/configure.in index 7f250bcbc..000374ed5 100644 --- a/configure.in +++ b/configure.in @@ -146,7 +146,7 @@ AC_ARG_WITH(devel, [ --with-devel add developement options], DEV="" ;; no) ;; - *) echo "Ignoring unknown argument to --with-devel: $with_csops" + *) echo "Ignoring unknown argument to --with-devel: $with_devel" ;; esac])