diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-13 08:54:57 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-13 08:54:57 (GMT) |
commit | 6b9cc76d0a27631fbab19a31ab8bd46e143b7580 (patch) | |
tree | 7153d03691decf028fa422dac86d3aec46908f54 /configure.in | |
parent | a46e358d68027289cffaffeb7a4b32ababb2105b (diff) | |
download | monitoring-plugins-6b9cc76d0a27631fbab19a31ab8bd46e143b7580.tar.gz |
Using coreutils' base_name function because of portability issues with
Tru64
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1450 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 27b2b40..54d5700 100644 --- a/configure.in +++ b/configure.in | |||
@@ -602,7 +602,7 @@ AC_TRY_COMPILE([#include <sys/time.h>], | |||
602 | 602 | ||
603 | dnl Checks for library functions. | 603 | dnl Checks for library functions. |
604 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) | 604 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) |
605 | AC_CHECK_FUNCS(basename poll) | 605 | AC_CHECK_FUNCS(poll) |
606 | 606 | ||
607 | AC_MSG_CHECKING(return type of socket size) | 607 | AC_MSG_CHECKING(return type of socket size) |
608 | AC_TRY_COMPILE([#include <stdlib.h> | 608 | AC_TRY_COMPILE([#include <stdlib.h> |