Tweak audio_info_t check for old autoconf versions.

master
AliceLR 4 years ago
parent 2416f97508
commit ab6e7592a7
  1. 2
      configure.ac

@ -250,7 +250,7 @@ dnl Modern OpenBSD has sys/audioio.h but does not support this driver.
AC_CHECK_MEMBER([audio_info_t.play],
[ AC_DEFINE([SOUND_BSD], 1, [ ])
AM_CONDITIONAL([SOUND_BSD], [true])
], [ ], [[#include <sys/audioio.h>]])
], , [[#include <sys/audioio.h>]])
])
;;
esac

Loading…
Cancel
Save