diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-16 21:46:31 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-16 21:46:31 (GMT) |
commit | 4a5c3f82d4cb136de81c9007b3cc90ef2f0a10f2 (patch) | |
tree | 8fc71eb2f95736be3ad7a5e2186c50f0f9325e4c | |
parent | eb57fef93073b76964b652a98f77f85bf490787c (diff) | |
download | monitoring-plugins-4a5c3f82d4cb136de81c9007b3cc90ef2f0a10f2.tar.gz |
complains on paren in comment
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@128 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 17952e7..3638ab1 100644 --- a/configure.in +++ b/configure.in | |||
@@ -792,7 +792,7 @@ if [cat /proc/meminfo > /dev/null 2>&1] | |||
792 | then | 792 | then |
793 | echo "found /proc/meminfo" | 793 | echo "found /proc/meminfo" |
794 | AC_DEFINE(HAVE_PROC_MEMINFO,1,[Define if we have /proc/meminfo]) | 794 | AC_DEFINE(HAVE_PROC_MEMINFO,1,[Define if we have /proc/meminfo]) |
795 | AC_DEFINE_UNQUOTED(PROC_MEMINFO,"/proc/meminfo",[path to /proc/meminfo (if name changes or something)]) | 795 | AC_DEFINE_UNQUOTED(PROC_MEMINFO,"/proc/meminfo",[path to /proc/meminfo if name changes]) |
796 | EXTRAS="$EXTRAS check_swap" | 796 | EXTRAS="$EXTRAS check_swap" |
797 | elif [swap -l 2>&1 | egrep -i "swapfile" >/dev/null] | 797 | elif [swap -l 2>&1 | egrep -i "swapfile" >/dev/null] |
798 | then | 798 | then |