diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 690e894..a7f3d1f 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1257,6 +1257,14 @@ else | |||
1257 | AC_MSG_WARN([Could not find mailq or eqivalent]) | 1257 | AC_MSG_WARN([Could not find mailq or eqivalent]) |
1258 | fi | 1258 | fi |
1259 | 1259 | ||
1260 | AC_PATH_PROG(PATH_TO_QMAIL_QSTAT,qmail-qstat) | ||
1261 | if test -x "$PATH_TO_QMAIL_QSTAT" | ||
1262 | then | ||
1263 | AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat]) | ||
1264 | else | ||
1265 | AC_MSG_WARN([Could not find qmail-qstat or eqivalent]) | ||
1266 | fi | ||
1267 | |||
1260 | dnl SWAP info required is amount allocated/available and amount free | 1268 | dnl SWAP info required is amount allocated/available and amount free |
1261 | dnl The plugin works through all the swap devices and adds up the total swap | 1269 | dnl The plugin works through all the swap devices and adds up the total swap |
1262 | dnl available. | 1270 | dnl available. |