Browse Source

Merge pull request #2260 from cshore/pull-request-collectd-prevent-perl-bindings

utils/collectd:  Really prevent perl bindings
Jo-Philipp Wich 9 years ago
parent
commit
fd88a6d92f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/collectd/Makefile

+ 1
- 1
utils/collectd/Makefile View File

@@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \
185 185
 	--disable-debug \
186 186
 	--enable-daemon \
187 187
 	--with-nan-emulation \
188
-	--with-perl-bindings= \
188
+	--without-perl-bindings \
189 189
 	--without-libgcrypt
190 190
 
191 191
 CONFIGURE_VARS+= \