]> Repos - portaudio/commitdiff
Remove include for pa_unix_oss.h to fix "make install" on Linux.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 25 Mar 2011 16:59:27 +0000 (16:59 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 25 Mar 2011 16:59:27 +0000 (16:59 +0000)
configure
configure.in

index 49e3e7c22b5dd3a7cf63e17102f21191e1536fd1..f91cbe7ad6cfd5c6c5cd8126e3fb7c9d69528f04 100755 (executable)
Binary files a/configure and b/configure differ
index 42a17f92a8ce829dedf1b97ff1de4ebb9a5a4c9a..dd39fb74abf6b135bdcd8da58b17b324b8acce01 100644 (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