]> granicus.if.org Git - sudo/commitdiff
fix a typo; David Krause
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 10 Mar 2003 00:34:09 +0000 (00:34 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 10 Mar 2003 00:34:09 +0000 (00:34 +0000)
configure
configure.in

index 14b57bd580c4458f8e5f23d5e7e5c19cf2501a17..1c606a8da6c0a40ec8025c8bd01f240e5e32ecce 100755 (executable)
--- a/configure
+++ b/configure
@@ -868,7 +868,7 @@ Optional Packages:
   --with-incpath          additional places to look for include files
   --with-libpath          additional places to look for libraries
   --with-libraries        additional libraries to link with
-  --with-devel            add developement options
+  --with-devel            add development options
   --with-efence           link with -lefence for malloc() debugging
   --with-csops            add CSOps standard options
   --without-passwd        don't use passwd/shadow file for authentication
@@ -1551,7 +1551,7 @@ fi;
 if test "${with_devel+set}" = set; then
   withval="$with_devel"
   case $with_devel in
-    yes)       echo 'Setting up for developement: -Wall, flex, yacc'
+    yes)       echo 'Setting up for development: -Wall, flex, yacc'
                PROGS="${PROGS} testsudoers"
                OSDEFS="${OSDEFS} -DSUDO_DEVEL"
                DEV=""
index aad874a31172dd8224db08fdac333e0883446367..261b68664940e60f0f93984ca5d5f49b8cd3f213 100644 (file)
@@ -201,9 +201,9 @@ AC_ARG_WITH(libraries, [  --with-libraries        additional libraries to link w
                ;;
 esac])
 
-AC_ARG_WITH(devel, [  --with-devel            add developement options],
+AC_ARG_WITH(devel, [  --with-devel            add development options],
 [case $with_devel in  
-    yes)       echo 'Setting up for developement: -Wall, flex, yacc'
+    yes)       echo 'Setting up for development: -Wall, flex, yacc'
                PROGS="${PROGS} testsudoers"
                OSDEFS="${OSDEFS} -DSUDO_DEVEL"
                DEV=""