diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-06-04 17:25:47 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-06-04 17:25:47 +0200 |
commit | af375a927a05aa8faf2507e63f9d483d7eb0943d (patch) | |
tree | 31639bb9f3f68a40cdea85275722f822e3875561 /libxml2 | |
parent | 4560a620db00d31872fdb772ce04bb00bc1c7839 (diff) |
conditionalize libxml dependency
Diffstat (limited to 'libxml2')
-rwxr-xr-x | libxml2/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index 78511bfbf82b..ca0bee5a372f 100755 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -36,8 +36,8 @@ TARGET=so_libxml2 .IF "$(SYSTEM_LIBXML)" == "YES" all: - @echo "An already available installation of libxml should exist on your system." - @echo "Therefore the version provided here does not need to be built in addition." + @echo "An already available installation of libxml should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." .ENDIF # --- Files -------------------------------------------------------- |