configure: remove silly un-terminated s[dw]ext msg

Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77
This commit is contained in:
Michael Stahl
2012-07-09 19:40:14 +02:00
parent 32aa5e6aa0
commit 5a7ebc5cb8

View File

@@ -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