From 9284dbf5257b70efa4da2f3a024519c6deb3a344 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 2 Dec 2001 14:10:27 +0000 Subject: * configure.in: use GCC, not without_gcc. remove without_gcc. * ext/curses/extconf.rb: check for curses.h. * ext/dbm/extconf.rb: check if $CFLAGS includes DBM_HDR. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5638e32fa..8de6cba94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Dec 2 22:01:52 2001 WATANABE Hirofumi + + * configure.in: use GCC, not without_gcc. remove without_gcc. + + * ext/curses/extconf.rb: check for curses.h. + + * ext/dbm/extconf.rb: check if $CFLAGS includes DBM_HDR. + Fri Nov 30 17:02:55 2001 WATANABE Hirofumi * configure.in: set target_cpu to i386 on cygwin and mingw32. -- cgit