]> granicus.if.org Git - sudo/commitdiff
typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Feb 2000 02:09:02 +0000 (02:09 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Feb 2000 02:09:02 +0000 (02:09 +0000)
configure
configure.in

index 438e0cd795ebdbf627e2abd402340fa811e3e454..a444e3393dbd4ee0029a21dfd05a6099aa48a893 100755 (executable)
--- 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
index 7f250bcbcfd2b5426dcff7606acfd2e1f6be72ca..000374ed560eb9c18ae16d43d516f46e6fe6dbe5 100644 (file)
@@ -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])