From 15e2a556e3e5c9efadc3153223d17d4cab8597e1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Jul 2012 15:28:40 +0200 Subject: Display GOA_PKG_ERRORS if deps are missing --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index be251f5f3..88c472c4f 100644 --- a/configure.ac +++ b/configure.ac @@ -461,7 +461,9 @@ else fi if test "x$enable_goa" = "xyes" -a "x$have_goa" != "xyes"; then - AC_MSG_ERROR([Could not find GOA dependencies.]) + AC_MSG_ERROR([Could not find GOA dependencies: + +$GOA_PKG_ERRORS]) fi if test "x$have_goa" = "xyes"; then -- cgit v1.2.3