mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
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
This commit is contained in:
parent
7f11e32e8b
commit
03dcb1dc03
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue