summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-20 13:02:04 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-20 13:18:58 +0100
commite0202de07e9cf078011d580aacebf98bae58782d (patch)
tree49ff771fc24659b7eae976f1df1a3d7570f86567 /configure.ac
parent74a920c59ff7a68f5d42b3b9188ef8aeff28eda1 (diff)
configure: typos
Change-Id: I73ffb627bea34f039af0777709794fab30b01987
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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"