summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-01-06 15:58:00 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2012-01-06 15:58:00 +0100
commitea9648475bfb132b7c213217bb1b7c710ff65eb9 (patch)
tree99f114f25cf18a6267901d9366836d849cad9137 /configure.ac
parent88ae2f6af41f9af31bf6c19528b41ecd4c5876d8 (diff)
parent951d7a2f94ce9e6a598977ad17e9e506b94051c6 (diff)
downloadlightdm-ea9648475bfb132b7c213217bb1b7c710ff65eb9.tar.gz
Do not call deprecated g_thread_init(), already covered by g_type_init(). Bump glib requirement to >= 2.24 for this.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 773efa89..ed3a1d7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl ###########################################################################
AC_CHECK_HEADERS(security/pam_appl.h, [], AC_MSG_ERROR(PAM not found))
PKG_CHECK_MODULES(LIGHTDM, [
- glib-2.0
+ glib-2.0 >= 2.24
gio-2.0 >= 2.26
gio-unix-2.0
xdmcp