summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
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"
785fi 785fi
786 786
787
788AC_PATH_PROG(PATH_TO_MAILQ,mailq)
789if test -x "$PATH_TO_MAILQ"
790then
791 AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq])
792else
793 echo "** Could not find mailq or eqivalent"
794fi
795
787dnl dunno why this does not work below - use hack (kbd) 796dnl dunno why this does not work below - use hack (kbd)
788dnl fine on linux, broken on solaris 797dnl fine on linux, broken on solaris
789dnl if /bin/test -e "/proc/meminfo" 798dnl if /bin/test -e "/proc/meminfo"