Author: Andreas Tille <tille@debian.org>
Last-Updated: Sun, 19 Apr 2015 20:20:17 +0200
Description: Fix lintian error
  E: libmems-1.6-dev: pkg-config-bad-directive usr/lib/x86_64-linux-gnu/pkgconfig/libMems-1.6.pc -Wno-deprecated
 by not appending "-Wno-deprecated"

--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ dnl Check what compiler we're using
 AM_CONDITIONAL(ICC, test x$CXX = xicc )
 EXTRA_CXX_FLAGS=""
 if( test x$CC == "xgcc" ) then
-	EXTRA_CXX_FLAGS="-Wno-deprecated"
+	EXTRA_CXX_FLAGS=""
 fi
 AC_SUBST(EXTRA_CXX_FLAGS)
 
