forked from pool/audacity
16 lines
768 B
Diff
16 lines
768 B
Diff
|
Index: audacity-src-1.3.11-beta/lib-src/portmixer/configure.ac
|
||
|
===================================================================
|
||
|
--- audacity-src-1.3.11-beta.orig/lib-src/portmixer/configure.ac
|
||
|
+++ audacity-src-1.3.11-beta/lib-src/portmixer/configure.ac
|
||
|
@@ -64,10 +64,6 @@ AC_EGREP_HEADER([PaWinMME_GetStreamInput
|
||
|
if [[ $have_support = "no" ]] ; then
|
||
|
AC_MSG_WARN("Missing support in pa_win_wmme.h");
|
||
|
fi
|
||
|
-AC_EGREP_HEADER([PaMacCore_GetStreamInputDevice], [pa_mac_core.h], , [have_support=no])
|
||
|
-if [[ $have_support = "no" ]] ; then
|
||
|
- AC_MSG_WARN("Missing support in pa_mac_core.h");
|
||
|
-fi
|
||
|
AC_EGREP_HEADER([PaOSS_GetStreamInputDevice], [pa_unix_oss.h], , [have_support=no])
|
||
|
if [[ $have_support = "no" ]] ; then
|
||
|
AC_MSG_WARN("Missing support in pa_unix_oss.h");
|