Re: [PATCH] configure: Use proper equality tests

2011-06-21 Thread Kristian Høgsberg
On Sun, Jun 19, 2011 at 10:16 PM, Cyril Brulebois wrote: > POSIX says equality is tested through the = operator; == is a bashism. Ok, thanks. Kristian > --- >  configure.ac |   22 +++--- >  1 files changed, 11 insertions(+), 11 deletions(-) > > In case a pointer is needed: >  ht

[PATCH] configure: Use proper equality tests

2011-06-19 Thread Cyril Brulebois
POSIX says equality is tested through the = operator; == is a bashism. --- configure.ac | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) In case a pointer is needed: http://pubs.opengroup.org/onlinepubs/95399/utilities/test.html diff --git a/configure.ac b/