mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-06 06:51:33 +01:00
zsh-workers/8346
This commit is contained in:
parent
4540e0eba5
commit
a032d24a4e
1 changed files with 3 additions and 3 deletions
|
@ -192,9 +192,9 @@ AC_ARG_ENABLE(ansi2knr,
|
||||||
[ansi2knr="$enableval"], [ansi2knr=default])
|
[ansi2knr="$enableval"], [ansi2knr=default])
|
||||||
|
|
||||||
dnl Do you want to disable restricted on r* commands
|
dnl Do you want to disable restricted on r* commands
|
||||||
undefine([resticted-r])dnl
|
undefine([restricted-r])dnl
|
||||||
AC_ARG_ENABLE(resticted-r,
|
AC_ARG_ENABLE(restricted-r,
|
||||||
[ --disable-resticted-r turn off restricted shell if the invoked command is r*],
|
[ --disable-restricted-r turn off restricted shell if the invoked command is r*],
|
||||||
[if test x$enableval = xyes; then
|
[if test x$enableval = xyes; then
|
||||||
AC_DEFINE(RESTRICTED_R)
|
AC_DEFINE(RESTRICTED_R)
|
||||||
fi],
|
fi],
|
||||||
|
|
Loading…
Reference in a new issue