summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-09 19:40:14 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-09 19:41:33 +0200
commit5a7ebc5cb8600cc0d436ce81f58e7555cd026cd6 (patch)
treefeace17a7093d8a7d2720a5dc723f069ac75cc25
parent32aa5e6aa0e0e976a16204b23699031192b9bb34 (diff)
configure: remove silly un-terminated s[dw]ext msg
Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 90d326e6aa7e..541ab7e2485c 100644
--- a/configure.in
+++ b/configure.in
@@ -9151,14 +9151,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