From 3faf1a4627bee26a7550b00bd5f1ff01fc34d5c3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 3 May 2021 20:59:27 +0100 Subject: move to eina's new fnmatch --- meson.build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c82233b1ac..1820bfd86b 100644 --- a/meson.build +++ b/meson.build @@ -192,12 +192,6 @@ if cc.has_function('mlock') == true config_h.set('HAVE_MLOCK' , '1') endif -if cc.has_header('fnmatch.h') == false - error('fnmatch.h not found') -endif - -dep_fnmatch = cc.find_library('fnmatch', required: false) - code = '''#define _GNU_SOURCE 1 #include #include -- cgit v1.2.1