mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: test for cxx-11 after AC_USE_SYSTEM_EXTENSIONS
This avoids the following autoconf warning: configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from... configure.ac:89: the top level
This commit is contained in:
parent
805efbb11c
commit
69fcfa60b5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,9 +84,9 @@ AM_PROG_CC_C_O
|
|||
# Only required if you want the WebRTC canceller -- no runtime dep on
|
||||
# libstdc++ otherwise
|
||||
AC_PROG_CXX
|
||||
AX_CXX_COMPILE_STDCXX_11([ext],[optional])
|
||||
AC_PROG_GCC_TRADITIONAL
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
AX_CXX_COMPILE_STDCXX_11([ext],[optional])
|
||||
|
||||
# M4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue