diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-05-28 05:29:10 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-05-28 05:30:11 -0500 |
commit | 5b9b3e9107f6d346c98259c31e146caff2bb8f7a (patch) | |
tree | d37fa6f376bde7b8c09b8d345612a82d141b3997 /configure.in | |
parent | 9108788fc95f01b032b1cf6773b4d74537e5c2e1 (diff) |
make librsvg a conditional
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 14c4e74d5bee..8dbdbeec97b5 100755 --- a/configure.in +++ b/configure.in @@ -6571,6 +6571,7 @@ if test "$test_librsvg" = "yes"; then PKG_CHECK_MODULES( LIBRSVG, librsvg-2.0 >= 2.14,,AC_MSG_ERROR([requirements to build with librsvg support not met. Use --disable-librsvg or install the missing packages])) ENABLE_LIBRSVG="TRUE" AC_MSG_RESULT([yes]) + BUILD_TYPE="$BUILD_TYPE LIBRSVG" else AC_MSG_RESULT([no]) fi |