From c09a226803d177f2ab3426ec2c72a3186d789010 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 7 May 1999 08:23:54 +0000 Subject: gdbm module git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/gdbm/extconf.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ext/gdbm/extconf.rb (limited to 'ext/gdbm/extconf.rb') diff --git a/ext/gdbm/extconf.rb b/ext/gdbm/extconf.rb new file mode 100644 index 0000000000..3c36f29f14 --- /dev/null +++ b/ext/gdbm/extconf.rb @@ -0,0 +1,7 @@ +require 'mkmf' +$LDFLAGS = "-L/usr/local/lib" +have_library("gdbm", "gdbm_open") +have_header("gdbm.h") +if have_func("gdbm_open") + create_makefile("gdbm") +end -- cgit v1.2.3