[Nagiosplug-checkins] nagiosplug configure.in,1.144,1.145
Ton Voon
tonvoon at users.sourceforge.net
Wed Jul 6 15:22:27 CEST 2005
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17405
Modified Files:
configure.in
Log Message:
Removed ",", causing problems with MacOSX compile
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- configure.in 28 Jun 2005 00:26:52 -0000 1.144
+++ configure.in 6 Jul 2005 22:21:34 -0000 1.145
@@ -572,7 +572,7 @@
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>
More information about the Commits
mailing list