From 3de67ca69de67a67e564458e66dc962064fd4f42 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Jul 2003 08:28:19 +0000 Subject: * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel. [ruby-dev:20519] * gc.c (obj_free): clear method cache when freeing class/module. * eval.c (rb_mod_remove_method): allow "remove_method" to accept multiple arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index cebfc766b0..f2d6635284 100644 --- a/configure.in +++ b/configure.in @@ -736,6 +736,7 @@ if test "$with_dln_a_out" != yes; then beos*) ;; cygwin*) ;; mingw*) ;; + aix*) ;; netbsd*) CCDLFLAGS=-fPIC;; *) CCDLFLAGS=-fPIC;; esac -- cgit v1.2.3