Re: Adding a new configure option to enable/disable getenv redefinition

2014-10-08 Thread Eric Blake
On 10/08/2014 08:30 AM, Vicente Olivert Riera wrote: > Hello, > > when bash is being cross-compiled it can't detect if getenv can be > redefined... > > What do you think about adding a new configure option like > "--with-getenv=yes|no" to explicitly state if getenv has to be redefined? It alrea

Adding a new configure option to enable/disable getenv redefinition

2014-10-08 Thread Vicente Olivert Riera
Hello, when bash is being cross-compiled it can't detect if getenv can be redefined... configure:14432: checking to see if getenv can be redefined configure:14438: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes configure:14489: result: yes ...so it defaults