From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7105 invoked by alias); 27 Oct 2016 13:22:02 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 6993 invoked by uid 48); 27 Oct 2016 13:21:49 -0000 From: "ruperts at broadcom dot com" To: libabigail@sourceware.org Subject: [Bug default/20740] New: Broken check for dwarf_getalt in configure.ac Date: Fri, 01 Jan 2016 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ruperts at broadcom dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2016-q4/txt/msg00004.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D20740 Bug ID: 20740 Summary: Broken check for dwarf_getalt in configure.ac Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: ruperts at broadcom dot com CC: libabigail at sourceware dot org Target Milestone: --- With current head (7458409), the test in configure.ac for LIBDW_HAS_DWARF_GETALT is incorrect. It currently looks like: if test x$FOUND_DWARF_GETALT_IN_LIBDW=3Dxyes; then AC_DEFINE([LIBDW_HAS_DWARF_GETALT], 1, [Defined if libdw has the function dwarf_getalt]) fi without a space either side of the equals sign. But: $ test xxx=3Dxyy; echo $? 0 Adding a space either side makes the test work properly. --=20 You are receiving this mail because: You are on the CC list for the bug.