Skip to content

Commit

Permalink
librsvg check adjustion
Browse files Browse the repository at this point in the history
  • Loading branch information
Cropi committed Nov 7, 2019
1 parent 6790504 commit bc12464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PKG_CHECK_MODULES(
PKG_CHECK_MODULES(
[rsvg],
[librsvg-2.0 >= 2.0.0],
[librsvg-2.0_summary="$rsvg_CFLAGS $rsvg_LIBS"],
[librsvg_summary="$rsvg_CFLAGS $rsvg_LIBS"],
[AC_MSG_FAILURE([librsvg2 development files not found])]
)

Expand Down Expand Up @@ -156,6 +156,7 @@ echo " Catch: $catch_summary"
echo " libqb: $libqb_summary"
echo " libnotify: $libnotify_summary"
echo " libusbguard: $libusbguard_summary"
echo " librsvg: $librsvg_summary"
echo ""
echo "============= ARGUMENTS ==============="
echo " prefix: $prefix"
Expand Down

0 comments on commit bc12464

Please sign in to comment.