Skip to content

Commit

Permalink
configure: Fix typo in incdir variable written to config.sh
Browse files Browse the repository at this point in the history
This fixes includedir lines in pkg-config files broken after 92db508.
  • Loading branch information
DonDiego committed Dec 30, 2016
1 parent eef860d commit ee16472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ee16472

Please sign in to comment.