summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-03-06 11:03:35 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-03-06 11:03:35 (GMT)
commit31ff40189a387f3cc547f5799622a54758d7004c (patch)
treee2f99280cd2c6bd62272f1c74a6b80f7de844665
parent5307670768b1db7b7ced831adb4de1f3bb62b8a5 (diff)
downloadmonitoring-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.in4
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
17dnl Deprecated configure options 17dnl Deprecated configure options
18AC_ARG_WITH(nagios_user,, 18AC_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]))
20AC_ARG_WITH(nagios_group,, 20AC_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
23dnl Figure out how to invoke "install" and what install options to use. 23dnl Figure out how to invoke "install" and what install options to use.
24AC_PROG_INSTALL 24AC_PROG_INSTALL