diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-29 00:31:21 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-01-29 00:31:21 +0800 |
commit | 8fade835168c511a89813019aef6d0ee02d63b5d (patch) | |
tree | bfc6f102a5e3b25d1d204d8375339e35a3ae78b2 /configure.ac | |
parent | 17eda225c3536ce2667416492df461d343fc06c9 (diff) | |
download | gsoc2013-evolution-8fade835168c511a89813019aef6d0ee02d63b5d.tar.gz gsoc2013-evolution-8fade835168c511a89813019aef6d0ee02d63b5d.tar.zst gsoc2013-evolution-8fade835168c511a89813019aef6d0ee02d63b5d.zip |
gladeui is 2.0 now
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 32f7373591..006636c88c 100644 --- a/configure.ac +++ b/configure.ac @@ -1633,7 +1633,7 @@ AC_ARG_WITH([glade-catalog], [(for maintainers only) [default=no]])], [with_catalog="$withval"], [with_catalog="no"]) if test "$with_catalog" = "yes"; then - PKG_CHECK_MODULES(GLADEUI, [gladeui-1.0 >= gladeui_minimum_version]) + PKG_CHECK_MODULES(GLADEUI, [gladeui-2.0 >= gladeui_minimum_version]) fi AM_CONDITIONAL(GLADE_CATALOG, test "x$with_catalog" != "xno") |