From: Nickolay V. Shmyrev Date: Wed, 22 Nov 2006 02:10:13 +0000 (+0000) Subject: Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification. X-Git-Tag: EVINCE_0_7_0~49 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=c2863ba889cb33a2f0da79c2fba09f270d7e9cd4;p=evince.git Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification. 2006-11-22 Nickolay V. Shmyrev * configure.ac: Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification. --- diff --git a/ChangeLog b/ChangeLog index 82e39a5e..5b6f3924 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-22 Nickolay V. Shmyrev + + * configure.ac: Fix typo in configure.ac. Thanks + to dmacks@netspace.org for notification. + 2006-11-22 Nickolay V. Shmyrev * cut-n-paste/totem-screensaver/totem-scrsaver.c: diff --git a/configure.ac b/configure.ac index 2b2b722c..debbe2a3 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 ====================================================