--- a/meson.build Tue Jul 18 15:18:31 2017 -0500 +++ b/meson.build Sun Jul 16 13:28:25 2017 -0500 @@ -235,12 +235,6 @@ conf.set('HAVE_' + func.to_upper(), compiler.has_function(func)) endforeach -# Checks for getopt in standard library -if compiler.has_function('getopt_long') - getopt_files = [] -else - getopt_files = ['getopt.c', 'getopt1.c'] -endif # Check for inet_aton if not IS_WIN32