]> granicus.if.org Git - pdns/commitdiff
Remove redundant --with-lua
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 27 Nov 2017 10:22:44 +0000 (11:22 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 27 Nov 2017 10:22:44 +0000 (11:22 +0100)
pdns/README-dnsdist.md

index 44083e909a14ece6d2c363c3f107b2d06475a3e0..6c61430f54bf1a7229464272d623894e06e06a06 100644 (file)
@@ -21,6 +21,6 @@ Bootstrap and let configure know where to find libedit:
 
 ```
 $ ./bootstrap
-$ ./configure --with-lua 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig
+$ ./configure 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig'
 $ make
 ```