1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

configure.ac Fixed spelling in libnotify message

This commit is contained in:
James Booth 2012-11-25 17:44:27 +00:00
parent 529a31904c
commit 7ea02c7182

View File

@ -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])])