aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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