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

This commit is contained in:
Grzegorz Dabrowski 2007-11-09 21:05:12 +00:00
parent 2e4b885b2e
commit 9b5a6a0337

View File

@ -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