Skip to content

Commit

Permalink
vala.m4: don't escape modules argument to VALA_CHECK_MODULES
Browse files Browse the repository at this point in the history
Fixes bug 729495.
  • Loading branch information
nemequ committed Jun 27, 2014
1 parent b93f6e6 commit 0600127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vala.m4
Expand Up @@ -89,7 +89,7 @@ AC_DEFUN([VALA_CHECK_MODULES],
AC_REQUIRE([_VALA_CHECK_COMPILE_WITH_ARGS])dnl
AC_ARG_VAR([$1][_VALAFLAGS], [Vala compiler flags for $1])dnl
VALA_MODULES="`echo '$2' | sed -e 's/ [[=<>]]\+ [[0-9.]]\+//g'`"
VALA_MODULES="`echo $2 | sed -e 's/ [[=<>]]\+ [[0-9.]]\+//g'`"
for MODULE in $VALA_MODULES; do
$1[]_VALAFLAGS="$[]$1[]_VALAFLAGS --pkg $MODULE"
done
Expand Down

0 comments on commit 0600127

Please sign in to comment.