diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ea5c125..aa68894 100644 --- a/configure.in +++ b/configure.in | |||
@@ -784,6 +784,15 @@ else | |||
784 | echo "** Get ssh in order to make check_by_ssh plugin" | 784 | echo "** Get ssh in order to make check_by_ssh plugin" |
785 | fi | 785 | fi |
786 | 786 | ||
787 | |||
788 | AC_PATH_PROG(PATH_TO_MAILQ,mailq) | ||
789 | if test -x "$PATH_TO_MAILQ" | ||
790 | then | ||
791 | AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq]) | ||
792 | else | ||
793 | echo "** Could not find mailq or eqivalent" | ||
794 | fi | ||
795 | |||
787 | dnl dunno why this does not work below - use hack (kbd) | 796 | dnl dunno why this does not work below - use hack (kbd) |
788 | dnl fine on linux, broken on solaris | 797 | dnl fine on linux, broken on solaris |
789 | dnl if /bin/test -e "/proc/meminfo" | 798 | dnl if /bin/test -e "/proc/meminfo" |