Let surfer(1) start with WebKit 2
This commit is contained in:
parent
352ab8186b
commit
3690316f8d
File diff suppressed because it is too large
Load Diff
|
@ -75,8 +75,7 @@ int main(int argc, char * argv[])
|
|||
_error("setlocale", 1);
|
||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
textdomain(PACKAGE);
|
||||
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) || defined(WITH_WEBKIT) \
|
||||
|| defined(WITH_WEBKIT2)
|
||||
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) || defined(WITH_WEBKIT)
|
||||
if(g_thread_supported() == FALSE)
|
||||
g_thread_init(NULL);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user