summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-18 14:56:39 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-18 14:56:39 (GMT)
commitb08defd70c2bab030dcdd174fbd8e3564b09533c (patch)
tree1592f83ccae4c4e4a924885045754c35126c0523 /acinclude.m4
parent5f387046a9b3c2d3c0f123dcaca3eddf74353c6e (diff)
downloadmonitoring-plugins-b08defd70c2bab030dcdd174fbd8e3564b09533c.tar.gz
underquoted defines cause warning on FC2
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@805 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 70d82e4..7de6555 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -14,7 +14,7 @@ dnl
14dnl based on version by Caolan McNamara <caolan@skynet.ie> 14dnl based on version by Caolan McNamara <caolan@skynet.ie>
15dnl based on David Arnold's autoconf suggestion in the threads faq 15dnl based on David Arnold's autoconf suggestion in the threads faq
16dnl 16dnl
17AC_DEFUN(ACX_WHICH_GETHOSTBYNAME_R, 17AC_DEFUN([ACX_WHICH_GETHOSTBYNAME_R],
18[AC_CACHE_CHECK(number of arguments to gethostbyname_r, 18[AC_CACHE_CHECK(number of arguments to gethostbyname_r,
19 acx_which_gethostbyname_r, [ 19 acx_which_gethostbyname_r, [
20 AC_TRY_COMPILE([ 20 AC_TRY_COMPILE([