Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 397603
Collapse All | Expand All

(-)configure.old (-1 / +5 lines)
Lines 362-368 Link Here
362
AC_SUBST(NAGIOS_INSTALL_OPTS)
362
AC_SUBST(NAGIOS_INSTALL_OPTS)
363
363
364
364
365
AC_ARG_ENABLE(command-args,--enable-command-args allows clients to specify command arguments.  *** THIS IS A SECURITY RISK! *** Read the SECURITY file before using this option!,AC_DEFINE_UNQUOTED(ENABLE_COMMAND_ARGUMENTS))
365
AC_ARG_ENABLE(command-args,--enable-command-args allows clients to specify command arguments.  *** THIS IS A SECURITY RISK! *** Read the SECURITY file before using this option!,[
366
	if test x$enableval = xyes; then
367
		AC_DEFINE_UNQUOTED(ENABLE_COMMAND_ARGUMENTS)
368
	fi
369
	])
366
370
367
371
368
AC_PATH_PROG(PERL,perl)
372
AC_PATH_PROG(PERL,perl)

Return to bug 397603