1
1
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:
Bruno Lopes
2025-08-21 09:07:15 -03:00
parent e8b6f05659
commit 1e5639a47d

View File

@@ -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