summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-09 19:40:14 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-11 20:11:52 +0200
commit23942784731f3c0d0125299d111b4facf21441e9 (patch)
tree1db6d8185b70b6f85e414f76b96b045332c72e53 /configure.in
parentca7e5ff61db9d96e1a48e16cd1cb97555cecba6b (diff)
configure: remove silly un-terminated s[dw]ext msg
Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77 (cherry picked from commit 5a7ebc5cb8600cc0d436ce81f58e7555cd026cd6) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8472aed1ddef..0d96c2763480 100644
--- a/configure.in
+++ b/configure.in
@@ -9062,14 +9062,12 @@ AC_SUBST(POPPLER_LIBS)
if test "$ENABLE_PRESENTER_SCREEN" = "YES" -o "$ENABLE_MINIMIZER" = "YES" -o "$ENABLE_PDFIMPORT" = "YES"; then
- AC_MSG_CHECKING([for sdext module])
BUILD_TYPE="$BUILD_TYPE SDEXT"
fi
AC_MSG_CHECKING([whether to build the Wiki Publisher extension])
if test "x$enable_ext_wiki_publisher" = "xyes" -a "x$enable_extension_integration" != "xno" -a "$with_java" != "no"; then
AC_MSG_RESULT([yes])
- AC_MSG_CHECKING([for swext module])
ENABLE_MEDIAWIKI=YES
BUILD_TYPE="$BUILD_TYPE SWEXT"
if test "x$with_java" = "xno"; then