aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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