diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-06 11:03:35 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-06 11:03:35 +0000 |
commit | 31ff40189a387f3cc547f5799622a54758d7004c (patch) | |
tree | e2f99280cd2c6bd62272f1c74a6b80f7de844665 /configure.in | |
parent | 5307670768b1db7b7ced831adb4de1f3bb62b8a5 (diff) | |
download | monitoring-plugins-31ff40189a387f3cc547f5799622a54758d7004c.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 793e0349..5d1e75df 100644 --- a/configure.in +++ b/configure.in @@ -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 |