Show result when we don't want to build a module

SVN revision: 32360
This commit is contained in:
Sebastian Dransfeld 2007-11-04 19:34:06 +00:00
parent 57e43db8b8
commit ff0cdf5454
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ if test "x$want_ecore_[]DOWN" = "xyes" ; then
else
AC_MSG_RESULT([no (dependancy failed)])
fi
else
AC_MSG_RESULT([no])
fi
AM_CONDITIONAL(BUILD_ECORE_[]UP, test $have_ecore_[]DOWN = yes)