summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2018-05-01 05:19:28 +1000
committerJan Schmidt <jan@centricular.com>2018-05-01 16:08:11 +1000
commit839f5c566824931479b37f280acebb75faa498a2 (patch)
tree66206326354a430be49ab08422d22868c4ba6ae6
parente48b6c72259f37ac81ad156cace9bd3d639e0339 (diff)
downloadgst-libav-839f5c566824931479b37f280acebb75faa498a2.tar.gz
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
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 64a45a6..f363180 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"