mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
meson: Drop arbitrary libsocket check introduced since Meson port
It is present since 2.99.2 tag but nothing makes use of 'HAVE_LIBSOCKET'.
This commit is contained in:
@@ -581,12 +581,6 @@ if not pango_check
|
||||
warnings += pango_warning
|
||||
endif
|
||||
|
||||
################################################################################
|
||||
# Optional Dependencies
|
||||
|
||||
libsocket = cc.find_library('socket', required: false)
|
||||
conf.set('HAVE_LIBSOCKET', libsocket.found())
|
||||
|
||||
################################################################################
|
||||
# Check for extension support
|
||||
|
||||
|
Reference in New Issue
Block a user