diff options
author | David Tardon <dtardon@redhat.com> | 2015-05-19 11:02:09 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-05-19 11:02:24 +0200 |
commit | f066fd04ab6d8f672c8de33ad1c83adbad5f05a6 (patch) | |
tree | ef365034784fce3e4e6b1708af4603c2a6ee8409 /configure.ac | |
parent | fc5dfa8fd34f93a74f590167cb755ef7831bc0d8 (diff) |
require libwps 0.4
Change-Id: I4ffbd3ae7d59a0cd17302f0380dc225f7f7f2905
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 6cb02e6aeea4..738d19594f10 100644 --- a/configure.ac +++ b/configure.ac @@ -7701,7 +7701,7 @@ libo_CHECK_SYSTEM_MODULE([libabw],[ABW],[libabw-0.1]) dnl =================================================================== dnl Check for system libwps dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([libwps],[WPS],[libwps-0.3]) +libo_CHECK_SYSTEM_MODULE([libwps],[WPS],[libwps-0.4]) dnl =================================================================== dnl Check for system libwpg |