diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-09-23 13:22:12 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-09-23 13:22:12 +0200 |
commit | ba8381f6f7c94f9c298ddb4558d97dab45d88190 (patch) | |
tree | ec766b20867a397e51f4f9e599c485460dfde2da /configure.ac | |
parent | 9ceea139820138ff34ee1afa86fc5223be14e427 (diff) |
Allow building against older libwpd-stream, but without performance boost
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7e32c0b..a0b5ed4 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ PKG_PROG_PKG_CONFIG([0.20]) # ==================== PKG_CHECK_MODULES([LIBVISIO],[ libwpd-0.9 - libwpd-stream-0.9 >= 0.9.5 + libwpd-stream-0.9 libwpg-0.2 libxml-2.0 ]) |