From 03dcb1dc034495d1fb735641f0bc171dc1a68365 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 1 May 2018 05:19:28 +1000 Subject: [PATCH] configure: Always use full path for gas-preprocessor PATH entry Don't pass a relative path to gas-preprocessor, always use an absolute path to make sure it's found --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2b02d479b9..1e8c353da3 100644 --- a/configure.ac +++ b/configure.ac @@ -453,11 +453,10 @@ else dnl to detect out-of-tree builds if test -z "$srcdir" -o "$srcdir" = .; then confcmd=./configure - gasppdir=../gas-preprocessor else confcmd="$ac_abs_top_srcdir"/gst-libs/ext/libav/configure - gasppdir="$ac_abs_top_srcdir"/gst-libs/ext/gas-preprocessor fi + gasppdir="$ac_abs_top_srcdir"/gst-libs/ext/gas-preprocessor AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav]) oldPATH="$PATH"