Re: [PATCH libXmu 1/1] config: remove config test for snprintf

2011-02-02 Thread Alan Coopersmith
On 02/ 2/11 05:02 PM, Gaetan Nadon wrote: > The macro HAS_SNPRINTF is hard coded to always be defined. > If it were not defined, Lower.c would include snprintf.c > which does not exit. Seems to be relics from IMakefile "exist", not "exit", I assume. > > Other modules are using snprintf unconditi

Re: [PATCH libXmu 1/1] config: remove config test for snprintf

2011-02-02 Thread Julien Cristau
On Wed, Feb 2, 2011 at 20:02:59 -0500, Gaetan Nadon wrote: > The macro HAS_SNPRINTF is hard coded to always be defined. > If it were not defined, Lower.c would include snprintf.c > which does not exit. Seems to be relics from IMakefile > > Other modules are using snprintf unconditionally. > > S

[PATCH libXmu 1/1] config: remove config test for snprintf

2011-02-02 Thread Gaetan Nadon
The macro HAS_SNPRINTF is hard coded to always be defined. If it were not defined, Lower.c would include snprintf.c which does not exit. Seems to be relics from IMakefile Other modules are using snprintf unconditionally. Signed-off-by: Gaetan Nadon --- configure.ac | 17 - src