From b2420d8ffa4d347a75efbbdc376f4ce65c0eb172 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 10 Apr 1995 18:36:06 +0900 Subject: version 0.73 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://cache.ruby-lang.org/pub/ruby/1.0/ruby-0.73.tar.gz Mon Apr 10 18:36:06 1995 Yukihiro Matsumoto (matz@ix-02) * version 0.73 Fri Apr 7 13:51:08 1995 Yukihiro Matsumoto (matz@ix-02) * cons.c->assoc.c: consの余計な機能は外してpairとしての機能だけを 残した.enumerableをincludeするのもやめた. * string.c(esub): 文字列置換イテレータ.perlのs///eの相当する. --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1dd44040f3..13468317ba 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,10 @@ AC_MSG_CHECKING(whether matz's dln works) cp confdefs.h config.h if test $ac_cv_header_a_out_h = yes; then AC_CACHE_VAL(rb_cv_mydln, - [AC_TRY_COMPILE([#include "config.h"], + [AC_TRY_COMPILE([ +#define USE_MY_DLN +#include "dln.c" +], [], rb_cv_mydln=yes, rb_cv_mydln=no)]) -- cgit v1.2.3