[packagekit] packagekit: Branch 'master' - 2 commits

Richard Hughes hughsient at kemper.freedesktop.org
Fri Nov 9 12:19:14 PST 2007


 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9951184e4f88c44bcaf333656d72c5494e68bf85
Merge: 5974af3... 9b5a6a0...
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Nov 9 20:17:43 2007 +0000

    Merge branch 'master' of git+ssh://hughsie@git.packagekit.org/srv/git/PackageKit

commit 9b5a6a0337ba7d2869e0f0df335232538e8815cb
Author: Grzegorz Dabrowski <gdx at o2.pl>
Date:   Fri Nov 9 21:05:12 2007 +0000

    fixed 'configure: error: conditional "APT_SEARCH_PLAIN" was never defined.' bug

diff --git a/configure.ac b/configure.ac
index 5a53cf0..20ed960 100755
--- a/configure.ac
+++ b/configure.ac
@@ -405,6 +405,8 @@ if test x$with_default_backend = xapt; then
 	AC_SUBST(APT_CFLAGS)
 	AC_SUBST(APT_LIBS)
 	AC_SUBST(APT_PKG_TYPE)
+else
+	AM_CONDITIONAL(APT_SEARCH_PLAIN, [false])
 fi
 
 if test x$with_default_backend = xbox; then



More information about the PackageKit mailing list