1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-04 06:14:50 +01:00

zsh-workers/8346

This commit is contained in:
Tanaka Akira 1999-10-21 02:27:28 +00:00
parent 4540e0eba5
commit a032d24a4e

View file

@ -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],