summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-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