about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-25 17:44:27 +0000
committerJames Booth <boothj5@gmail.com>2012-11-25 17:44:27 +0000
commit7ea02c718225e1d5701fd686bd2c3718d8327235 (patch)
treef6fdf4ed94b5074e6d9a6c38f88c6a10ef4b25fa
parent529a31904cbc522f3dbe6c3227eec53fb47102bd (diff)
downloadprofani-tty-7ea02c718225e1d5701fd686bd2c3718d8327235.tar.gz
configure.ac Fixed spelling in libnotify message
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6ff55ad..6b83f0a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_CHECK_LIB([glib-2.0], [main], [],
 AC_CHECK_LIB([curl], [main], [], 
     [AC_MSG_ERROR([libcurl is required for profanity])])
 AC_CHECK_LIB([notify], [main], [], 
-    [AC_MSG_NOTICE([libnotify not found, desktop notifications no supported])])
+    [AC_MSG_NOTICE([libnotify not found, desktop notifications not supported])])
 AC_CHECK_LIB([headunit], [main], [], 
     [AC_MSG_NOTICE([headunit not found, will not be able to run tests])])