[gnome-software] trivial: Fix configure file (old variables & PK version)



commit 39e384f1da963b2d0518c7b3a7e09d6dd08cb2fc
Author: Matthias Klumpp <matthias tenstral net>
Date:   Wed Mar 13 00:18:27 2013 +0100

    trivial: Fix configure file (old variables & PK version)

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 59cf2ad..8f77462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AC_CONFIG_MACRO_DIR([m4])
 # enable nice build output on automake1.11
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
-AS_ALL_LINGUAS
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_INSTALL
@@ -74,7 +73,7 @@ dnl - Check library dependencies
 dnl ---------------------------------------------------------------------------
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.31.10 gobject-2.0 gthread-2.0 gio-2.0 >= 2.25.9 gmodule-2.0)
 PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.5.6)
-PKG_CHECK_MODULES(PACKAGEKIT, packagekit-glib2 >= 0.7.5)
+PKG_CHECK_MODULES(PACKAGEKIT, packagekit-glib2 >= 0.8.6)
 
 dnl ---------------------------------------------------------------------------
 dnl - Makefiles, etc.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]