Commit ee164727 authored by Diego Biurrun's avatar Diego Biurrun

configure: Fix typo in incdir variable written to config.sh

This fixes includedir lines in pkg-config files broken after 92db5083.
parent eef860dd
......@@ -5414,7 +5414,7 @@ cat > avbuild/config.sh <<EOF
shared=$shared
prefix=$prefix
libdir=$libdir
includedir=$incdir
incdir=$incdir
source_path=${source_path}
LIBPREF=${LIBPREF}
LIBSUF=${LIBSUF}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment