GNOME Bugzilla – Bug 319253
configure.ac: no gecko found?!?
Last modified: 2005-12-30 19:34:11 UTC
That message could be a little more helpful.
Created attachment 53663 [details] [review] A little more helpful message for the gecko-less
- 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...
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.
I changed it in cvs.