configure.ac: Add missing double quotes

That affectation was ignored. This worked on recent GCC as C++11 is
enabled by default now.
This commit is contained in:
Nicolas Dufresne 2016-07-04 14:57:11 -04:00
parent adf2092b3d
commit 640100fdb6

View file

@ -3370,7 +3370,7 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_WEBRTCDSP, true)
AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [
AC_LANG_PUSH([C++])
old_CPPFLAGS=$CPPFLAGS
CPPFLAGS=-std=c++11 $CPPFLAGS
CPPFLAGS="-std=c++11 $CPPFLAGS"
AG_GST_PKG_CHECK_MODULES(WEBRTCDSP, webrtc-audio-processing = 0.2)
AC_CHECK_HEADER([typeindex],[],[HAVE_WEBRTCDSP=no])
CPPFLAGS=$old_CPPFLAGS