mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Removed ",", causing problems with MacOSX compile
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1201 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
9ea5f808f6
commit
37ca7d095f
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ AC_TRY_COMPILE([#include <sys/time.h>],
|
|||
AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed])))
|
||||
|
||||
dnl Checks for library functions.
|
||||
AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul, floor)
|
||||
AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor)
|
||||
|
||||
AC_MSG_CHECKING(return type of socket size)
|
||||
AC_TRY_COMPILE([#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue