summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 39c57c26d..3a2b54e84 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -26,11 +26,6 @@ AC_DEFUN([COMPILER_FLAGS], [
AC_SUBST([WARNING_CFLAGS], $with_cflags)
])
-AC_DEFUN([AC_FUNC_PPOLL], [
- AC_CHECK_FUNC(ppoll, dummy=yes, AC_DEFINE(NEED_PPOLL, 1,
- [Define to 1 if you need the ppoll() function.]))
-])
-
AC_DEFUN([AC_INIT_BLUEZ], [
AC_PREFIX_DEFAULT(/usr/local)