Added headunit to autotools files

This commit is contained in:
James Booth
2012-07-08 23:40:15 +01:00
parent 03dd5f5885
commit c588a11883
2 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ AC_CHECK_LIB([glib-2.0], [main], [],
[AC_MSG_ERROR([glib-2.0 is required for profanity])])
AC_CHECK_LIB([notify], [main], [],
[AC_MSG_NOTICE([libnotify not found])])
AC_CHECK_LIB([headunit], [main], [],
[AC_MSG_NOTICE([headunit not found, will not be able to run tests])])
# Checks for header files.
AC_CHECK_HEADERS([stdlib.h string.h])