configure.ac : remove definition of HAVE_ECORE_AUDIO_WASAPI as it is never used

Summary: HAVE_WIN32 is used instead of HAVE_ECORE_AUDIO_WASAPI

Test Plan: compilation

Reviewers: raster, zmike, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8532
This commit is contained in:
Vincent Torri 2019-04-02 08:52:17 -04:00 committed by Mike Blumenkrantz
parent 6c403c279d
commit 96a9791a5c
1 changed files with 0 additions and 1 deletions

View File

@ -4116,7 +4116,6 @@ EFL_ADD_FEATURE([ECORE_AUDIO], [wasapiaudio])
EFL_LIB_END_OPTIONAL([Ecore_Audio])
AM_CONDITIONAL([HAVE_ECORE_AUDIO_PULSE], [test "x${want_pulseaudio}" = "xyes"])
AM_CONDITIONAL([HAVE_ECORE_AUDIO_SNDFILE], [test "x${want_sndfile}" = "xyes"])
AM_CONDITIONAL([HAVE_ECORE_AUDIO_WASASPI], [test "x${want_wasapiaudio}" = "xyes"])
#### End of Ecore_Audio