diff options
-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 |