From c2863ba889cb33a2f0da79c2fba09f270d7e9cd4 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Wed, 22 Nov 2006 02:10:13 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 ==================================================== -- 2.43.5