From 9b5a6a0337ba7d2869e0f0df335232538e8815cb Mon Sep 17 00:00:00 2001 From: Grzegorz Dabrowski Date: Fri, 9 Nov 2007 21:05:12 +0000 Subject: [PATCH] fixed 'configure: error: conditional "APT_SEARCH_PLAIN" was never defined.' bug --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 5a53cf0a1..20ed960b4 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