diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-05-02 19:11:58 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-05-02 19:13:52 -0300 |
| commit | c2c79729f3a5ced8d303c2b6a6c1651cc7719376 (patch) | |
| tree | 8b12a0a584a4ce2d90a27c7aef81e9fc70162f47 | |
| parent | 2a797f963f2444d63150cb31c4b9b10bb6d2e5c5 (diff) | |
Fix option name with_ds -> with_dsound
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2e2299..7d48af2 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ AS_IF([test "x$with_pulse" = "xyes"], [systems="$systems pulse"]) AS_IF([test "x$with_oss" = "xyes"], [systems="$systems oss"]) AS_IF([test "x$with_core" = "xyes"], [systems="$systems core"]) AS_IF([test "x$with_asio" = "xyes"], [systems="$systems asio"]) -AS_IF([test "x$with_ds" = "xyes"], [systems="$systems ds"]) +AS_IF([test "x$with_dsound" = "xyes"], [systems="$systems ds"]) AS_IF([test "x$with_wasapi" = "xyes"], [systems="$systems wasapi"]) required=" $systems " |
