This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bfd: patch for missing strtoull


Aldy Hernandez <aldyh@redhat.com> writes:

|> Index: configure.in
|> ===================================================================
|> RCS file: /cvs/uberbaum/bfd/configure.in,v
|> retrieving revision 1.77
|> diff -c -p -r1.77 configure.in
|> *** configure.in	2002/01/04 14:49:03	1.77
|> --- configure.in	2002/01/04 18:30:25
|> *************** AC_HEADER_TIME
|> *** 141,146 ****
|> --- 141,148 ----
|>   AC_HEADER_DIRENT
|>   AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid)
|>   
|> + AC_CHECK_FUNC(strtoull, [AC_DEFINE(HAVE_STRTOULL)], )
|> + 

IMHO that should be AC_CHECK_FUNCS(strtoull), or extend the list above.

Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de				completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]