From 77314bd619c6ceef26333de7254e59db4709a4dc Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 30 Dec 2005 19:34:51 +0000 Subject: Improve "gecko not found" message. Bug #319253. 2005-12-30 Christian Persch * m4/gecko.m4: Improve "gecko not found" message. Bug #319253. --- m4/gecko.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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 -- cgit v1.2.3