aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-12-31 03:34:51 +0800
committerChristian Persch <chpe@src.gnome.org>2005-12-31 03:34:51 +0800
commit77314bd619c6ceef26333de7254e59db4709a4dc (patch)
tree6d753fe346d2f0737a36c16d6df7a88354061d10 /m4
parentea53a96e862dc186d91168101635882ed0fd3dd8 (diff)
downloadgsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.tar
gsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.tar.gz
gsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.tar.bz2
gsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.tar.lz
gsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.tar.xz
gsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.tar.zst
gsoc2013-epiphany-77314bd619c6ceef26333de7254e59db4709a4dc.zip
Improve "gecko not found" message. Bug #319253.
2005-12-30 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Improve "gecko not found" message. Bug #319253.
Diffstat (limited to 'm4')
-rw-r--r--m4/gecko.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gecko.m4 b/m4/gecko.m4
index 7a8d81643..b9053e148 100644
--- a/m4/gecko.m4
+++ b/m4/gecko.m4
@@ -64,7 +64,7 @@ if test -z "$_GECKO"; then
fi
if test "x$_GECKO" = "x"; then
- AC_MSG_ERROR([No gecko found])
+ AC_MSG_ERROR([No gecko found; you may need to adjust PKG_CONFIG_PATH or install a mozilla/firefox/xulrunner -devel package])
elif ! ( echo "$_geckos" | egrep "(^| )$_GECKO(\$| )" > /dev/null); then
AC_MSG_ERROR([Unknown gecko "$_GECKO" specified])
fi