]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: set sendmmsg to autodetection
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 4 Oct 2019 17:12:23 +0000 (19:12 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 10 Oct 2019 10:26:27 +0000 (12:26 +0200)
meson_options.txt

index 65466375ab0d5237ed5aba4538f6d9161c164215..e48cf67a31feaf2fad8988dc549c9929331b3c9d 100644 (file)
@@ -71,7 +71,7 @@ option(
     'enabled',
     'disabled',
   ],
-  value: 'disabled', # for now; LATER: 'auto',
+  value: 'auto',
   description: 'use sendmmsg syscall towards clients',
 )