diff options
author | Ray Strode <rstrode@redhat.com> | 2011-05-23 14:13:11 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2011-05-23 14:13:11 -0400 |
commit | 639d89c164eda6e8c057ea0afef75b329be61f12 (patch) | |
tree | 4b223537d902bf22157e65e6c9593e28f903169b | |
parent | 5496a723837c029892f68a37a29afa5627cb4679 (diff) | |
download | gdm-639d89c164eda6e8c057ea0afef75b329be61f12.tar.gz |
configure: require accounts service 0.6.12
Earlier versions have some bugs that make GDM
crash, so probably better to just force this version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 675f5a6d..03eb6446 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ LIBCANBERRA_GTK_REQUIRED_VERSION=0.4 #FONTCONFIG_REQUIRED_VERSION=2.6.0 FONTCONFIG_REQUIRED_VERSION=2.5.0 UPOWER_REQUIRED_VERSION=0.9.0 -ACCOUNTS_SERVICE_REQUIRED_VERSION=0.6.5 +ACCOUNTS_SERVICE_REQUIRED_VERSION=0.6.12 EXTRA_COMPILE_WARNINGS(yes) |