mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
#91305 add univerialchardet into unix default extensions list
r=cls sr=hewitt a=rjesup@wgate.com
This commit is contained in:
parent
ce07e9f072
commit
29e55441e4
@ -3118,14 +3118,7 @@ dnl ========================================================
|
||||
dnl = Enable compilation of specific extension modules
|
||||
dnl ========================================================
|
||||
|
||||
MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc"
|
||||
|
||||
dnl universalchardet is only built on win32 (bug XXXXXX)
|
||||
case "$target_os" in
|
||||
msvc*|mksnt*|mingw*|cygwin*)
|
||||
MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT universalchardet"
|
||||
;;
|
||||
esac
|
||||
MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet"
|
||||
|
||||
dnl Check if Thai Rendering Extension needs to be enabled
|
||||
if test -n "$SUNCTL"; then
|
||||
|
@ -250,6 +250,7 @@ bin/components/transformiix.xpt
|
||||
bin/components/libtransformiix.so
|
||||
bin/components/libfileview.so
|
||||
bin/components/filepicker.xpt
|
||||
bin/components/libuniversalchardet.so
|
||||
|
||||
bin/chrome/help.jar
|
||||
bin/chrome/toolkit.jar
|
||||
|
Loading…
Reference in New Issue
Block a user