diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-29 00:31:21 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:29 +0800 |
commit | 5c0b316904b9463623e7d8976e7ef43662b55765 (patch) | |
tree | 56d3e63beb308163eb94b4ba68e9e24bd0b656ea /configure.ac | |
parent | dfc04d7e2b6938f01ca75a2854ca3ac7afc04024 (diff) | |
download | gsoc2013-evolution-5c0b316904b9463623e7d8976e7ef43662b55765.tar.gz gsoc2013-evolution-5c0b316904b9463623e7d8976e7ef43662b55765.tar.zst gsoc2013-evolution-5c0b316904b9463623e7d8976e7ef43662b55765.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") |