From: Todd C. Miller Date: Mon, 10 Mar 2003 00:34:09 +0000 (+0000) Subject: fix a typo; David Krause X-Git-Tag: SUDO_1_6_7~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=450a561933fbdd1c427f89c1d8cea36114c32d84;p=sudo fix a typo; David Krause --- diff --git a/configure b/configure index 14b57bd58..1c606a8da 100755 --- 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="" diff --git a/configure.in b/configure.in index aad874a31..261b68664 100644 --- a/configure.in +++ b/configure.in @@ -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=""