]> git.0d.be Git - empathy.git/commitdiff
Display GOA_PKG_ERRORS if deps are missing
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Jul 2012 13:28:40 +0000 (15:28 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Jul 2012 13:28:40 +0000 (15:28 +0200)
configure.ac

index be251f5f36a9ee70b4b6b9d8aaf1e06aaacb3b46..88c472c4f1ba66a09e22d6078294067e3e40736a 100644 (file)
@@ -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