After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319253 - configure.ac: no gecko found?!?
configure.ac: no gecko found?!?
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-10-19 17:11 UTC by Björn Lindqvist
Modified: 2005-12-30 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A little more helpful message for the gecko-less (574 bytes, patch)
2005-10-19 17:11 UTC, Björn Lindqvist
none Details | Review

Description Björn Lindqvist 2005-10-19 17:11:12 UTC
That message could be a little more helpful.
Comment 1 Björn Lindqvist 2005-10-19 17:11:47 UTC
Created attachment 53663 [details] [review]
A little more helpful message for the gecko-less
Comment 2 Christian Persch 2005-10-19 17:17:03 UTC
-	AC_MSG_ERROR([No gecko found])
+	AC_MSG_ERROR([No gecko found - please install the mozilla-dev package.])

Actually that's wrong, it could also satisfy the dep with a mozilla-firefox-dev,
firefox-dev, seamonkey-dev, (and in future xulrunner-dev) package, which may
also go under different names (-dev, -devel, etc.) depending on distribution...
Comment 3 Björn Lindqvist 2005-10-19 20:31:28 UTC
Yes that is true. I don't know what the best error message would be, but I'm
sure the devs can come up with something. Anything but "No Gecko found" (which
sound kinda humorus, but was annoying to have to look through configure.ac to
find out what it meant) would be fine. 
Comment 4 Christian Persch 2005-12-30 19:34:11 UTC
I changed it in cvs.