summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-09-28 21:23:02 +0000
committerAlasdair Kergon <agk@redhat.com>2009-09-28 21:23:02 +0000
commita0f9708e49bef0a3e58182a4a4b653636333a71b (patch)
treea50a3a2b2306aa1e72517dc0739e004291a8f65c /configure.in
parentd557773841c2d4c8c4ef71e1200408b68beed6e4 (diff)
downloadlvm2-a0f9708e49bef0a3e58182a4a4b653636333a71b.tar.gz
lvm2-a0f9708e49bef0a3e58182a4a4b653636333a71b.tar.xz
lvm2-a0f9708e49bef0a3e58182a4a4b653636333a71b.zip
Provide alternative implementation of obsolete siginterrupt().
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6a3f53a1..9cb48fb3 100644
--- a/configure.in
+++ b/configure.in
@@ -118,6 +118,7 @@ dnl -- Check for functions
AC_CHECK_FUNCS([gethostname getpagesize memset mkdir rmdir munmap setlocale \
strcasecmp strchr strdup strncasecmp strerror strrchr strstr strtol strtoul \
uname], , [AC_MSG_ERROR(bailing out)])
+AC_CHECK_FUNCS(siginterrupt)
AC_FUNC_ALLOCA
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_FORK