From 3043170b14875ce53f3a951d665279b12c2c63a8 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 7 Jul 2000 03:20:53 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index 90673661e9..dc5126efaf 100644 --- a/README.EXT +++ b/README.EXT @@ -585,7 +585,7 @@ at the top of the file. You can use the functions below to check the condition. have_library(lib, func): check whether library containing function exists. - have_func(func): check whether function exists + have_func(func, header): check whether function exists have_header(header): check whether header file exists create_makefile(target): generate Makefile @@ -975,11 +975,11 @@ These functions are available in extconf.rb: Checks whether library which contains specified function exists. Returns true if the library exists. - have_func(func) + have_func(func, header) -Checks whether func exists. Returns true if the function exists. To -check functions in the additional library, you need to check that -library first using have_library(). +Checks whether func exists with header. Returns true if the function +exists. To check functions in the additional library, you need to +check that library first using have_library(). have_header(header) -- cgit v1.2.3