1 From 6af0f179d3db956146bbabac8748675e3abc1f78 Mon Sep 17 00:00:00 2001
2 From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
3 Date: Tue, 7 Mar 2017 22:31:22 +0100
4 Subject: [PATCH] Add an option to disable the ossaudiodev module
6 Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
8 configure.ac | 6 ++++++
9 1 file changed, 6 insertions(+)
11 diff --git a/configure.ac b/configure.ac
12 index 291ba35..8dc573e 100644
15 @@ -2898,6 +2898,12 @@ if test "$CURSES" = "no"; then
16 DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _curses _curses_panel"
19 +AC_ARG_ENABLE(ossaudiodev,
20 + AS_HELP_STRING([--disable-ossaudiodev], [disable OSSAUDIODEV]),
21 + [ if test "$enableval" = "no"; then
22 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} ossaudiodev"