From a032d24a4eef8fa51fa24e354db652310192ee97 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 21 Oct 1999 02:27:28 +0000 Subject: zsh-workers/8346 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4cc512274..a01534486 100644 --- a/configure.in +++ b/configure.in @@ -192,9 +192,9 @@ AC_ARG_ENABLE(ansi2knr, [ansi2knr="$enableval"], [ansi2knr=default]) dnl Do you want to disable restricted on r* commands -undefine([resticted-r])dnl -AC_ARG_ENABLE(resticted-r, -[ --disable-resticted-r turn off restricted shell if the invoked command is r*], +undefine([restricted-r])dnl +AC_ARG_ENABLE(restricted-r, +[ --disable-restricted-r turn off restricted shell if the invoked command is r*], [if test x$enableval = xyes; then AC_DEFINE(RESTRICTED_R) fi], -- cgit 1.4.1