From 7ea02c718225e1d5701fd686bd2c3718d8327235 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 25 Nov 2012 17:44:27 +0000 Subject: [PATCH] configure.ac Fixed spelling in libnotify message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])])