mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-14 19:19:59 -04:00
Clearer message when --with-nagios-user is used for ./configure
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1626 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
5307670768
commit
31ff40189a
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
|
|||
|
||||
dnl Deprecated configure options
|
||||
AC_ARG_WITH(nagios_user,,
|
||||
AC_MSG_ERROR([--with-nagios-user is a deprecated option]))
|
||||
AC_MSG_ERROR([--with-nagios-user is a deprecated option. Rerun ./configure without this option]))
|
||||
AC_ARG_WITH(nagios_group,,
|
||||
AC_MSG_ERROR([--with-nagios-group is a deprecated option]))
|
||||
AC_MSG_ERROR([--with-nagios-group is a deprecated option. Rerun ./configure without this option]))
|
||||
|
||||
dnl Figure out how to invoke "install" and what install options to use.
|
||||
AC_PROG_INSTALL
|
||||
|
|
|
|||
Loading…
Reference in a new issue