configure.ac: glib must be at least 2.26
Profanity uses GDateTime structure that appeared in glib-2.26.
This commit is contained in:
@@ -62,8 +62,8 @@ PKG_CHECK_MODULES([openssl], [openssl], [],
|
|||||||
|
|
||||||
# TODO: autodetect of XML parser libstrophe linked with
|
# TODO: autodetect of XML parser libstrophe linked with
|
||||||
|
|
||||||
PKG_CHECK_MODULES([glib], [glib-2.0], [],
|
PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [],
|
||||||
[AC_MSG_ERROR([glib is required for profanity])])
|
[AC_MSG_ERROR([glib 2.26 or higher is required for profanity])])
|
||||||
PKG_CHECK_MODULES([curl], [libcurl], [],
|
PKG_CHECK_MODULES([curl], [libcurl], [],
|
||||||
[AC_MSG_ERROR([libcurl is required for profanity])])
|
[AC_MSG_ERROR([libcurl is required for profanity])])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user