Revision 1fdeb284 configure.ac

b/configure.ac
311 311
fi
312 312
AC_SUBST(SYSLOG_USAGE, $SYSLOG)
313 313

  
314
AC_ARG_ENABLE([remote-commands],
315
  [AS_HELP_STRING([--enable-remote-commands],
316
                  m4_normalize([enable remote commands in the node daemon
314
AC_ARG_ENABLE([restricted-commands],
315
  [AS_HELP_STRING([--enable-restricted-commands],
316
                  m4_normalize([enable restricted commands in the node daemon
317 317
                                (default: disabled)]))],
318 318
  [[if test "$enableval" = no; then
319
      enable_remote_commands=False
319
      enable_restricted_commands=False
320 320
    else
321
      enable_remote_commands=True
321
      enable_restricted_commands=True
322 322
    fi
323 323
  ]],
324
  [enable_remote_commands=False])
325
AC_SUBST(ENABLE_REMOTE_COMMANDS, $enable_remote_commands)
324
  [enable_restricted_commands=False])
325
AC_SUBST(ENABLE_RESTRICTED_COMMANDS, $enable_restricted_commands)
326 326

  
327 327
# --with-disk-separator=...
328 328
AC_ARG_WITH([disk-separator],

Also available in: Unified diff