From 7a648166f1cc5528150235813567983091821032 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sun, 15 Feb 2009 16:08:15 -0800 Subject: [PATCH] add aix libs --- bindings/ruby/extconf.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb index ba1bccc1..380ad998 100644 --- a/bindings/ruby/extconf.rb +++ b/bindings/ruby/extconf.rb @@ -48,6 +48,9 @@ when /hpux/ os = 'hpux' when /aix/ os = 'aix' + have_library("odm") + have_library("cfg") + have_library("perfstat") else os = RUBY_PLATFORM end