Subtle bug in autoconf flex version test - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Subtle bug in autoconf flex version test
Date
Msg-id CC00E097-CCF0-41F9-A289-D1F729B5D006@yesql.se
Whole thread Raw
Responses Re: Subtle bug in autoconf flex version test
List pgsql-hackers
The PGAC_PATH_FLEX version test in config/programs.m4 tests the major and minor
versions with = rather than == which unless I’m missing something is performing
assignment rather than testing equality?  The attached diff makes the test
trigger the expected warning on major/minor version on my OS X box (awk version
20070501).

cheers ./daniel





Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Unused macros in contrib code
Next
From: "Shulgin, Oleksandr"
Date:
Subject: Re: Add jsonb_compact(...) for whitespace-free jsonb to text