From 6459964b492b2444447389ca8a628e64904c65b3 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 2 Aug 2013 14:33:24 -0700 Subject: [PATCH] configure: create dir tests/check/orc This is required now that subdir-objects is used, since automake expects to create a .deps directory inside. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index a35b6f9..c1724df 100644 --- a/configure.ac +++ b/configure.ac @@ -830,6 +830,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl *** output files *** +$MKDIR_P tests/check/orc + AC_CONFIG_FILES( Makefile gst-plugins-base.spec -- 2.7.4