]> Repos - portaudio/commit
build: add new Mac SDKs to configure
authorPhil Burk <philburk@mobileer.com>
Sat, 3 Oct 2020 23:54:12 +0000 (16:54 -0700)
committerPhil Burk <philburk@mobileer.com>
Sun, 4 Oct 2020 00:01:58 +0000 (17:01 -0700)
commit2a7f8fcd7a5f64835be907c5dd56dc962793e7b8
treebab17c3fa0696c8b9f381bef90bb7d8fa22f4bc2
parent8c6cc73265c34bc979b37e623080fbc641a8506b
build: add new Mac SDKs to configure

Add SDK 10.14 and 10.15 to configure.in

Removed i386 and PPC architectures on Mac because they are
deprecated and make fails if they are used.

The configure file was generated from the configure.in
file by entering this on Linux:

    aclocal
    autoconf

Fixes 308
configure
configure.in