mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
Fix the handling of portmixer's configure parameter --with-pa-include.
This commit is contained in:
5
lib-src/portmixer/configure
vendored
5
lib-src/portmixer/configure
vendored
@@ -11833,6 +11833,9 @@ fi
|
||||
# Check which APIs are available
|
||||
#
|
||||
|
||||
cppflags_save="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $PORTAUDIO_CFLAGS"
|
||||
|
||||
have_oss=no
|
||||
for ac_header in sys/soundcard.h linux/soundcard.h machine/soundcard.h
|
||||
do :
|
||||
@@ -12046,6 +12049,8 @@ rm -f conftest*
|
||||
fi
|
||||
fi
|
||||
|
||||
CPPFLAGS="$cppflags_save"
|
||||
|
||||
#
|
||||
# Set up to use the identified ones
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user