dnsdist: fix missing quote
authorPhilip Prindeville <philipp@redfish-solutions.com>
Mon, 31 May 2021 22:30:08 +0000 (16:30 -0600)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Mon, 31 May 2021 22:30:16 +0000 (16:30 -0600)
Seeing the following error when running 'make defconfig':

tmp/.config-package.in:69874:warning: multi-line strings not supported

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/dnsdist/Makefile

index 5dfe18334c66d70b966e05d71d4ca1394cae6749..45115a0c38ef791883df1f1d770456cde5ba77d3 100644 (file)
@@ -82,7 +82,7 @@ menu "Configuration"
                default y
 
        config DNSDIST_SODIUM
-               bool "Build with libsodium
+               bool "Build with libsodium"
                help
                        "Build with libsodium - for encrypted console connections, and DNSCrypt"
                default y