diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-06 11:03:35 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-06 11:03:35 (GMT) |
commit | 31ff40189a387f3cc547f5799622a54758d7004c (patch) | |
tree | e2f99280cd2c6bd62272f1c74a6b80f7de844665 | |
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
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 793e034..5d1e75d 100644 --- a/configure.in +++ b/configure.in | |||
@@ -16,9 +16,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios) | |||
16 | 16 | ||
17 | dnl Deprecated configure options | 17 | dnl Deprecated configure options |
18 | AC_ARG_WITH(nagios_user,, | 18 | AC_ARG_WITH(nagios_user,, |
19 | AC_MSG_ERROR([--with-nagios-user is a deprecated option])) | 19 | AC_MSG_ERROR([--with-nagios-user is a deprecated option. Rerun ./configure without this option])) |
20 | AC_ARG_WITH(nagios_group,, | 20 | AC_ARG_WITH(nagios_group,, |
21 | AC_MSG_ERROR([--with-nagios-group is a deprecated option])) | 21 | AC_MSG_ERROR([--with-nagios-group is a deprecated option. Rerun ./configure without this option])) |
22 | 22 | ||
23 | dnl Figure out how to invoke "install" and what install options to use. | 23 | dnl Figure out how to invoke "install" and what install options to use. |
24 | AC_PROG_INSTALL | 24 | AC_PROG_INSTALL |