Skip to content
Snippets Groups Projects
Commit 9b7bd04a authored by Mark Nauwelaerts's avatar Mark Nauwelaerts
Browse files

configure.ac: improve path handling in out-of-tree build

That is, handle the srcdir being given by a relative path as well as
an absolute path by using autotools provided absolute path.
parent b9ff7da9
No related branches found
No related tags found
Loading
......@@ -379,7 +379,7 @@ else
if test -z "$srcdir" -o "$srcdir" = .; then
confcmd=./configure
else
confcmd="$origdir"/"$ac_top_srcdir"/gst-libs/ext/libav/configure
confcmd="$ac_abs_top_srcdir"/gst-libs/ext/libav/configure
fi
AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment