meson.build

changeset 38598
bd70b91e0f73
parent 38582
878de3ba891b
child 38600
dae74aa0ce02
--- 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

mercurial