diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-20 13:02:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-20 13:18:58 +0100 |
commit | e0202de07e9cf078011d580aacebf98bae58782d (patch) | |
tree | 49ff771fc24659b7eae976f1df1a3d7570f86567 /configure.ac | |
parent | 74a920c59ff7a68f5d42b3b9188ef8aeff28eda1 (diff) |
configure: typos
Change-Id: I73ffb627bea34f039af0777709794fab30b01987
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b0eea1930d7d..ffdd3eea4b26 100644 --- a/configure.ac +++ b/configure.ac @@ -7195,7 +7195,7 @@ dnl Check for system clucene dnl =================================================================== dnl we should rather be using dnl libo_CHECK_SYSTEM_MODULE([clucence],[CLUCENE],[liblucence-core]) here -dnl but the contibs-lib check seems tricky +dnl but the contribs-lib check seems tricky AC_MSG_CHECKING([which clucene to use]) if test "$with_system_clucene" = "yes"; then AC_MSG_RESULT([external]) @@ -7348,7 +7348,7 @@ dnl =================================================================== dnl Check for system libwpg dnl =================================================================== if test $_os = iOS; then - libo_PUBLISH_MODULE([WPD]) + libo_PUBLISH_MODULE([WPG]) else if test "$with_system_libwpg" = "no"; then WPG_CFLAGS="-I${OUTDIR}/inc/external" |