From c2863ba889cb33a2f0da79c2fba09f270d7e9cd4 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 22 Nov 2006 02:10:13 +0000 Subject: 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 82e39a5..5b6f392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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: Drop dbus include, fixes compilation with older dbus. 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 ==================================================== -- cgit v0.9.1