Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-11-22 02:10:13 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-11-22 02:10:13 (GMT)
commitc2863ba889cb33a2f0da79c2fba09f270d7e9cd4 (patch)
treebfd38f673b836bc245adcc2e56c712432ab3fbeb
parent37d5830d015edc7ccf455972436dd5f277c86e6c (diff)
Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification.
2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e39a5..5b6f392 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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:
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 ====================================================