Merge pull request #2260 from cshore/pull-request-collectd-prevent-perl-bindings
utils/collectd: Really prevent perl bindings
This commit is contained in:
commit
fd88a6d92f
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-daemon \
|
--enable-daemon \
|
||||||
--with-nan-emulation \
|
--with-nan-emulation \
|
||||||
--with-perl-bindings= \
|
--without-perl-bindings \
|
||||||
--without-libgcrypt
|
--without-libgcrypt
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
|
Loading…
Reference in a new issue