From: Chris Hofstaedtler Date: Mon, 27 Nov 2017 10:22:44 +0000 (+0100) Subject: Remove redundant --with-lua X-Git-Tag: dnsdist-1.3.0~217^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab71b0625838f6e4c136e41c28924a8b16acfa5a;p=pdns Remove redundant --with-lua --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 44083e909..6c61430f5 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -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 ```