diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-11 12:38:12 +0100 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-03-13 09:16:06 +0000 |
commit | 790a36d299f8470e07fc0af59960fccd637b31a6 (patch) | |
tree | 35464ddb0622eaced0364e6290da1fc461b4ebd4 /configure.ac | |
parent | 3ed31af5bbfdbd248d2c8fc483b8cacdf1da5251 (diff) |
Creating a libmwaw module for library parsing various old Mac file-formats
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb
Reviewed-on: https://gerrit.libreoffice.org/2662
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5a201f5bd078..a081bf92d660 100644 --- a/configure.ac +++ b/configure.ac @@ -7047,6 +7047,14 @@ if test $_os != iOS; then fi dnl =================================================================== +dnl Check for system libmwaw +dnl =================================================================== +# libmwaw depends on libwpd that is LGPL, publishing empty flags +if test $_os != iOS; then + libo_CHECK_SYSTEM_MODULE([libmwaw],[MWAW],[libmwaw-0.1]) +fi + +dnl =================================================================== dnl Check for system libvisio dnl =================================================================== # libvisio depends on libwpd and libwpg and those are LGPL, publishing empty flags |