summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-16 21:46:31 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-16 21:46:31 (GMT)
commit4a5c3f82d4cb136de81c9007b3cc90ef2f0a10f2 (patch)
tree8fc71eb2f95736be3ad7a5e2186c50f0f9325e4c /configure.in
parenteb57fef93073b76964b652a98f77f85bf490787c (diff)
downloadmonitoring-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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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]
792then 792then
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"
797elif [swap -l 2>&1 | egrep -i "swapfile" >/dev/null] 797elif [swap -l 2>&1 | egrep -i "swapfile" >/dev/null]
798then 798then