Commits
Mihai Moldovan authored 2accb6dabbc
1 - | --- configure.ac.orig 2014-02-15 03:33:32.000000000 -0500 |
2 - | +++ configure.ac 2014-11-23 22:05:59.000000000 -0500 |
3 - | |
4 - | AS_IF([test "x$enable_coreaudio_output" = "xyes" && test "x$HAVE_COREAUDIO" = "x0"], |
5 - | [AC_MSG_ERROR([*** CoreAudio output support not found])]) |
6 - | |
7 - | +AC_SUBST(HAVE_COREAUDIO) |
8 - | AM_CONDITIONAL([HAVE_COREAUDIO], [test "x$HAVE_COREAUDIO" = "x1" && test "x$enable_coreaudio_output" != "xno"]) |
9 - | |
10 - | +AS_IF([test "x$HAVE_COREAUDIO" = "x1"], AC_DEFINE([HAVE_COREAUDIO], 1, [Have CoreAudio?])) |
11 - | + |
12 - | #### ALSA support (optional) #### |
13 - | |
14 - | AC_ARG_ENABLE([alsa], |