diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2016-07-07 13:22:02 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2016-07-07 13:22:47 -0400 |
commit | c57d4f3e5e91e06617a0a5dd20b8cff0fdacca52 (patch) | |
tree | 9c28eb2a624e8d41c515e1b93af3f7e63798b917 /configure.ac | |
parent | 6033c37d14aaaec0cddf1add5d2aa3d98b927ba5 (diff) | |
download | gstreamer-plugins-bad-c57d4f3e5e91e06617a0a5dd20b8cff0fdacca52.tar.gz |
configure.ac: Cleanup unused variable
We only check for a header, no need for overriding LDFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2ca3247f1..502fb2e36 100644 --- a/configure.ac +++ b/configure.ac @@ -3384,11 +3384,9 @@ AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [ AC_LANG_PUSH([C++]) old_CPPFLAGS=$CPPFLAGS - old_LDFLAGS=$GNUSTL_LIBS CPPFLAGS="-std=c++11 $CPPFLAGS $GNUSTL_CFLAGS" AC_CHECK_HEADER([vector],[],[HAVE_WEBRTCDSP=no]) CPPFLAGS=$old_CPPFLAGS - LDFLAGS=$old_LDFLAGS AC_LANG_POP([C++]) ]) |