diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-18 15:18:16 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-18 15:18:16 (GMT) |
commit | 746599559541df1e598a2fcb7a310c5b15b153a1 (patch) | |
tree | 77e94268b99a72f52d9b6a2168efd2f7cd9fc308 /configure.in | |
parent | d766b486084a1b885728d7e09e55473b43570356 (diff) | |
download | monitoring-plugins-746599559541df1e598a2fcb7a310c5b15b153a1.tar.gz |
running the AFS macro causes newer AC/AM to barf
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@436 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2f8b209..0fa84dd 100644 --- a/configure.in +++ b/configure.in | |||
@@ -960,7 +960,7 @@ fi | |||
960 | 960 | ||
961 | AC_DEFINE_UNQUOTED(DF_COMMAND,"$with_df_command",[path and args for df command]) | 961 | AC_DEFINE_UNQUOTED(DF_COMMAND,"$with_df_command",[path and args for df command]) |
962 | 962 | ||
963 | jm_AFS | 963 | dnl jm_AFS |
964 | jm_LIST_MOUNTED_FILESYSTEMS([list_mounted_fs=yes], [list_mounted_fs=no]) | 964 | jm_LIST_MOUNTED_FILESYSTEMS([list_mounted_fs=yes], [list_mounted_fs=no]) |
965 | jm_FSTYPENAME | 965 | jm_FSTYPENAME |
966 | jm_FILE_SYSTEM_USAGE([space=yes], [space=no]) | 966 | jm_FILE_SYSTEM_USAGE([space=yes], [space=no]) |