Remove include for pa_unix_oss.h to fix "make install" on Linux.

This commit is contained in:
philburk 2011-03-25 16:59:27 +00:00
commit f8f38c4a8d
2 changed files with 0 additions and 1 deletions

BIN
configure vendored

Binary file not shown.

View file

@ -338,7 +338,6 @@ case "${host_os}" in
DLL_LIBS="$DLL_LIBS -lossaudio"
LIBS="$LIBS -lossaudio"
fi
INCLUDES="$INCLUDES pa_unix_oss.h"
AC_DEFINE(PA_USE_OSS)
fi