e: Fix missing AM_CONDITIONAL for DUMMY

SVN revision: 76130
This commit is contained in:
Lucas De Marchi 2012-09-04 13:31:12 +00:00
parent 1fca248c55
commit 236c282692
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ AC_SUBST(SOUND_CFLAGS)
AC_SUBST(SOUND_LIBS)
AM_CONDITIONAL(HAVE_ECONNMAN, false)
AM_CONDITIONAL(HAVE_DUMMY, false)
define([CHECK_MODULE_CONNMAN],
[
AC_E_CHECK_PKG(ECONNMAN, [ edbus >= 1.2.0 ], [], [CONNMAN=false])