aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 158f767..d8d8a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-28 Ross Burton <ross@openedhand.com>
+
+ * configure.ac:
+ Fix typo.
+
2007-10-11 Ross Burton <ross@openedhand.com>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 5f2b751..c3dd772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,9 +29,10 @@ if test x$enable_startup_notification != xno; then
fi
AM_CONDITIONAL(HAVE_LIBSN, test x$enable_startup_notification = xyes)
+
# libnotify
AC_ARG_ENABLE(libnotify,
- AC_HELP_STRING([--disable-libnotify], [disable libnotifysupport]),
+ AC_HELP_STRING([--disable-libnotify], [disable libnotify support]),
enable_libnotify=$enableval, enable_libnotify=yes )
if test x$enable_libnotify != xno; then