From c57d4f3e5e91e06617a0a5dd20b8cff0fdacca52 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 7 Jul 2016 13:22:02 -0400 Subject: [PATCH] configure.ac: Cleanup unused variable We only check for a header, no need for overriding LDFLAGS. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2ca3247f11..502fb2e36b 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++]) ])