@@ -630,6 +630,8 @@ MODULE__ELEMENTTREE_FALSE
630
630
MODULE__ELEMENTTREE_TRUE
631
631
MODULE_PYEXPAT_FALSE
632
632
MODULE_PYEXPAT_TRUE
633
+ MODULE_OSSAUDIODEV_FALSE
634
+ MODULE_OSSAUDIODEV_TRUE
633
635
TEST_MODULES
634
636
LIBRARY_DEPS
635
637
STATIC_LIBPYTHON
@@ -8150,7 +8152,7 @@ sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
8150
8152
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
8151
8153
linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \
8152
8154
sys/endian.h sys/sysmacros.h linux/memfd.h linux/wait.h sys/memfd.h \
8153
- sys/mman.h sys/eventfd.h
8155
+ sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h
8154
8156
do :
8155
8157
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8156
8158
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -19227,6 +19229,57 @@ MODULE_BLOCK=
19227
19229
19228
19230
19229
19231
19232
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module ossaudiodev" >&5
19233
+ $as_echo_n "checking for stdlib extension module ossaudiodev... " >&6; }
19234
+ case $py_stdlib_not_available in #(
19235
+ *ossaudiodev*) :
19236
+ py_cv_module_ossaudiodev=n/a ;; #(
19237
+ *) :
19238
+
19239
+ if true; then :
19240
+ if test "$ac_cv_header_linux_soundcard_h" = yes -o "$ac_cv_header_sys_soundcard_h" = yes; then :
19241
+ py_cv_module_ossaudiodev=yes
19242
+ else
19243
+ py_cv_module_ossaudiodev=missing
19244
+ fi
19245
+ else
19246
+ py_cv_module_ossaudiodev=disabled
19247
+
19248
+ fi
19249
+
19250
+ ;;
19251
+ esac
19252
+ as_fn_append MODULE_BLOCK "MODULE_OSSAUDIODEV=$py_cv_module_ossaudiodev$as_nl"
19253
+ if test "x$py_cv_module_ossaudiodev" = xyes; then :
19254
+
19255
+ as_fn_append MODULE_BLOCK "MODULE_OSSAUDIODEV_CFLAGS=$as_nl"
19256
+ as_fn_append MODULE_BLOCK "MODULE_OSSAUDIODEV_LDFLAGS=$as_nl"
19257
+ if true; then
19258
+ MODULE_OSSAUDIODEV_TRUE=
19259
+ MODULE_OSSAUDIODEV_FALSE='#'
19260
+ else
19261
+ MODULE_OSSAUDIODEV_TRUE='#'
19262
+ MODULE_OSSAUDIODEV_FALSE=
19263
+ fi
19264
+
19265
+
19266
+ else
19267
+
19268
+ if false; then
19269
+ MODULE_OSSAUDIODEV_TRUE=
19270
+ MODULE_OSSAUDIODEV_FALSE='#'
19271
+ else
19272
+ MODULE_OSSAUDIODEV_TRUE='#'
19273
+ MODULE_OSSAUDIODEV_FALSE=
19274
+ fi
19275
+
19276
+
19277
+ fi
19278
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_ossaudiodev" >&5
19279
+ $as_echo "$py_cv_module_ossaudiodev" >&6; }
19280
+
19281
+
19282
+
19230
19283
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module pyexpat" >&5
19231
19284
$as_echo_n "checking for stdlib extension module pyexpat... " >&6; }
19232
19285
case $py_stdlib_not_available in #(
@@ -19496,6 +19549,14 @@ LTLIBOBJS=$ac_ltlibobjs
19496
19549
19497
19550
19498
19551
19552
+ if test -z "${MODULE_OSSAUDIODEV_TRUE}" && test -z "${MODULE_OSSAUDIODEV_FALSE}"; then
19553
+ as_fn_error $? "conditional \"MODULE_OSSAUDIODEV\" was never defined.
19554
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
19555
+ fi
19556
+ if test -z "${MODULE_OSSAUDIODEV_TRUE}" && test -z "${MODULE_OSSAUDIODEV_FALSE}"; then
19557
+ as_fn_error $? "conditional \"MODULE_OSSAUDIODEV\" was never defined.
19558
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
19559
+ fi
19499
19560
if test -z "${MODULE_PYEXPAT_TRUE}" && test -z "${MODULE_PYEXPAT_FALSE}"; then
19500
19561
as_fn_error $? "conditional \"MODULE_PYEXPAT\" was never defined.
19501
19562
Usually this means the macro was only invoked conditionally." "$LINENO" 5
0 commit comments