From 4bada0691753d3af25c61ffe5133112b45372bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 28 May 2017 17:51:18 +0200 Subject: [PATCH] build: Drop obsolete pkg-config check The check belongs to the test-recorder executable that was dropped in commit d52c95a15f5e. https://bugzilla.gnome.org/show_bug.cgi?id=783206 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index d266c1ce2..969b64701 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,6 @@ if $PKG_CONFIG --exists gstreamer-1.0 '>=' $GSTREAMER_MIN_VERSION ; then AC_MSG_RESULT(yes) build_recorder=true recorder_modules="gstreamer-1.0 gstreamer-base-1.0 x11 gtk+-3.0" - PKG_CHECK_MODULES(TEST_SHELL_RECORDER, $recorder_modules $LIBMUTTER_CLUTTER) else AC_MSG_RESULT(no) fi