]> www.fi.muni.cz Git - evince.git/commitdiff
Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Wed, 22 Nov 2006 02:10:13 +0000 (02:10 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Wed, 22 Nov 2006 02:10:13 +0000 (02:10 +0000)
2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* configure.ac: Fix typo in configure.ac. Thanks
to dmacks@netspace.org for notification.

ChangeLog
configure.ac

index 82e39a5ef3c25d5ffd9d9aa240fd9ac2508b1794..5b6f3924f37c676845062251013a2a3774ce729c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac: Fix typo in configure.ac. Thanks
+       to dmacks@netspace.org for notification.
+
 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * cut-n-paste/totem-screensaver/totem-scrsaver.c:
index 2b2b722c6a3fdf9d3fe05f88732bbe2bc3b7d3f6..debbe2a3f5fd456a472730f7f8eefc1f5e145a8e 100644 (file)
@@ -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 ====================================================