Kaydet (Commit) 0c1b91b0 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti Kaydeden (comit) Michael Stahl

vcl: gtk 2.4 is checked at configure time

Change-Id: I08993551473fb9a8284e2a1ed772c99050f785d8
Reviewed-on: https://gerrit.libreoffice.org/12251Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 6a7ae600
......@@ -97,9 +97,6 @@ extern "C"
if ( !g_thread_supported() )
g_thread_init( NULL );
#if !GTK_CHECK_VERSION(2,4,0)
#error "Requires gtk 2.4.0+ for lock hooking"
#endif
gdk_threads_set_lock_functions (GdkThreadsEnter, GdkThreadsLeave);
SAL_INFO("vcl.gtk", "Hooked gdk threads locks");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment