GNOME Bugzilla – Bug 317250
does not detect firefox for mozilla plugin.
Last modified: 2005-09-26 14:38:33 UTC
Distribution/Version: Sourcemage Does not detect firefox-config etc. when firefox is installed. As a quick and dirty fix I do these sed changes. Might try using the mozilla and/or firefox pkg-config files now. sed -i "s/MOZILLA/FIREFOX/g" configure sed -i "s/MOZILLA/FIREFOX/g" configure.in sed -i "s/MOZILLA/FIREFOX/g" Makefile.in sed -i "s/MOZILLA/FIREFOX/g" data/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" doc/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" gdk-pixbuf-loader/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/examples/bubble/gtk-2.0/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/examples/bubble/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/examples/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" moz-plugin/Makefile.in sed -i "s/MOZILLA/FIREFOX/g" moz-plugin/Makefile.am sed -i "s/mozilla/firefox/g" configure sed -i "s/mozilla/firefox/g" configure.in sed -i "s/mozilla/firefox/g" moz-plugin/Makefile.in sed -i "s/mozilla/firefox/g" moz-plugin/Makefile.am sed -i "s:npapi.h:firefox/npapi.h:" moz-plugin/moz-plugin.c sed -i "s:npupp.h:firefox/npupp.h:" moz-plugin/moz-plugin.c
duplicate *** This bug has been marked as a duplicate of 314593 ***