From ab71b0625838f6e4c136e41c28924a8b16acfa5a Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 27 Nov 2017 11:22:44 +0100 Subject: [PATCH] Remove redundant --with-lua --- pdns/README-dnsdist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 44083e909a..6c61430f54 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 ``` -- 2.47.2