Code

missing spaces in extconf.rb caused compile failure -- kevin
[rrdtool.git] / bindings / ruby / extconf.rb
index 8f0c67da30d60608ab95b8199e3998e068e19598..f46aa183308ac9eaeebacd4f4722f8585ca7f89a 100644 (file)
@@ -3,7 +3,7 @@
 
 require 'mkmf'
 
-$CFLAGS += '-Wall'
+$CFLAGS += ' -Wall '
 
 if /linux/ =~ RUBY_PLATFORM
    $LDFLAGS += '-Wl,--rpath -Wl,$(EPREFIX)/lib'