Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 2b2b722..debbe2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ AM_CONDITIONAL(ENABLE_COMICS, test x$enable_comics = xyes)
dnl ================== End of comic book checks ============================================
-dnl ================== comic book checks ===================================================
+dnl ================== impress book checks ===================================================
AC_ARG_ENABLE(impress,
[AC_HELP_STRING([--enable-impress], [Compile with support for impress presentations])],enable_impress="$enableval",enable_impress=no)
@@ -338,7 +338,7 @@ if test "x$enable_impress" = "xyes"; then
fi
AM_CONDITIONAL(ENABLE_IMPRESS, test x$enable_impress = xyes)
-dnl ================== End of comic book checks ============================================
+dnl ================== End of impress book checks ============================================
dnl =================== Mime types list ====================================================