summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-07-06 22:21:34 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-07-06 22:21:34 (GMT)
commit37ca7d095f0e138c5ca0b9f37429ee2ba8d5447a (patch)
tree7fa374d9b4ff4f3e61af01bcb359a6c38e27bf67 /configure.in
parent9ea5f808f64b044e76473795cd80c11edbf3eb17 (diff)
downloadmonitoring-plugins-37ca7d095f0e138c5ca0b9f37429ee2ba8d5447a.tar.gz
Removed ",", causing problems with MacOSX compile
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1201 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 b209d19..a7f7b0e 100644
--- a/configure.in
+++ b/configure.in
@@ -572,7 +572,7 @@ AC_TRY_COMPILE([#include <sys/time.h>],
572 AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed]))) 572 AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed])))
573 573
574dnl Checks for library functions. 574dnl Checks for library functions.
575AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul, floor) 575AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor)
576 576
577AC_MSG_CHECKING(return type of socket size) 577AC_MSG_CHECKING(return type of socket size)
578AC_TRY_COMPILE([#include <stdlib.h> 578AC_TRY_COMPILE([#include <stdlib.h>