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: Patch for autoconf cleanup/update in ld subdirectory


Steve Ellcey <sje@cup.hp.com> writes:

> --- 115,125 ----
>   	
>   BFD_BINARY_FOPEN
>   
> ! AC_CHECK_DECLS(strstr)
> ! AC_CHECK_DECLS(free)
> ! AC_CHECK_DECLS(sbrk)
> ! AC_CHECK_DECLS(getenv)
> ! AC_CHECK_DECLS(environ)

Why not

AC_CHECK_DECLS([strstr, free, sbrk, getenv, environ])

?

zw


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