utils/collectd: Really prevent perl bindings
authorDaniel Dickinson <[email protected]>
Mon, 11 Jan 2016 07:57:52 +0000 (02:57 -0500)
committerDaniel Dickinson <[email protected]>
Mon, 11 Jan 2016 08:57:44 +0000 (03:57 -0500)
--with-perl-bindings= is insufficient, --without-perl-bindings is required
to actually prevent perl bindings when perl has been built for the target.

Signed-off-by: Daniel Dickinson <[email protected]>
utils/collectd/Makefile

index 803a61d49ffc5aca65e41970408323e02abae262..f92e17a4a7078f13acae8cad1c8becbbe1884c3e 100644 (file)
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \
        --disable-debug \
        --enable-daemon \
        --with-nan-emulation \
-       --with-perl-bindings= \
+       --without-perl-bindings \
        --without-libgcrypt
 
 CONFIGURE_VARS+= \