diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-04-27 13:25:10 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-04-27 13:25:10 (GMT) |
commit | 34cb16d283298885b73f75146433a703e93c0d4f (patch) | |
tree | c1e7b1b0ff0ad3e59e4921dd5e65d4527cd23d3f /configure.in | |
parent | 37ebbab7fbd251c4c357459ff738847f5a5a4883 (diff) | |
download | monitoring-plugins-34cb16d283298885b73f75146433a703e93c0d4f.tar.gz |
Internal version of basename if one not found in system
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1383 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ae6253b..1313b2f 100644 --- a/configure.in +++ b/configure.in | |||
@@ -600,6 +600,7 @@ AC_TRY_COMPILE([#include <sys/time.h>], | |||
600 | 600 | ||
601 | dnl Checks for library functions. | 601 | dnl Checks for library functions. |
602 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) | 602 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) |
603 | AC_CHECK_FUNCS(basename) | ||
603 | 604 | ||
604 | AC_MSG_CHECKING(return type of socket size) | 605 | AC_MSG_CHECKING(return type of socket size) |
605 | AC_TRY_COMPILE([#include <stdlib.h> | 606 | AC_TRY_COMPILE([#include <stdlib.h> |