Skip to content

Commit

Permalink
Quotes the content of the REPOS variable so that in case we have
Browse files Browse the repository at this point in the history
multiple kind of repositories supported the internal REPOS variable is
correctly set to the for the generation of pkg_repos.h
  • Loading branch information
bapt committed Jul 9, 2015
1 parent d2760c8 commit 52f5772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ AC_CONFIG_COMMANDS([pkg_repos.h], [[
cp $NMODULES pkg_repos.h
fi
rm $NMODULES
]], [REPOS=$REPOS])
]], [REPOS="$REPOS"])

AC_CONFIG_COMMANDS([mkdir], [$MKDIR_P tests/frontend])

Expand Down

0 comments on commit 52f5772

Please sign in to comment.