diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-07-06 22:21:34 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-07-06 22:21:34 (GMT) |
commit | 37ca7d095f0e138c5ca0b9f37429ee2ba8d5447a (patch) | |
tree | 7fa374d9b4ff4f3e61af01bcb359a6c38e27bf67 | |
parent | 9ea5f808f64b044e76473795cd80c11edbf3eb17 (diff) | |
download | monitoring-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
-rw-r--r-- | configure.in | 2 |
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 | ||
574 | dnl Checks for library functions. | 574 | dnl Checks for library functions. |
575 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul, floor) | 575 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) |
576 | 576 | ||
577 | AC_MSG_CHECKING(return type of socket size) | 577 | AC_MSG_CHECKING(return type of socket size) |
578 | AC_TRY_COMPILE([#include <stdlib.h> | 578 | AC_TRY_COMPILE([#include <stdlib.h> |