diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-18 14:56:39 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-18 14:56:39 +0000 |
commit | b08defd70c2bab030dcdd174fbd8e3564b09533c (patch) | |
tree | 1592f83ccae4c4e4a924885045754c35126c0523 /acinclude.m4 | |
parent | 5f387046a9b3c2d3c0f123dcaca3eddf74353c6e (diff) | |
download | monitoring-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 70d82e4b..7de65550 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -14,7 +14,7 @@ dnl dnl based on version by Caolan McNamara <caolan@skynet.ie> dnl based on David Arnold's autoconf suggestion in the threads faq dnl -AC_DEFUN(ACX_WHICH_GETHOSTBYNAME_R, +AC_DEFUN([ACX_WHICH_GETHOSTBYNAME_R], [AC_CACHE_CHECK(number of arguments to gethostbyname_r, acx_which_gethostbyname_r, [ AC_TRY_COMPILE([ |