Fix thinkos in DW_FORM_strx detection in configure.ac
authorDodji Seketeli <dodji@redhat.com>
Tue, 1 Oct 2019 14:50:37 +0000 (16:50 +0200)
committerDodji Seketeli <dodji@redhat.com>
Tue, 1 Oct 2019 14:50:37 +0000 (16:50 +0200)
commit1f53d1faa90f119d946f6fc7db9c09c2af767cb5
tree1075d7bbf7b224505aabf9d21930d1026ae9f54f
parenteb67f01d4f25cf6daec01d02d9ead08de076c160
Fix thinkos in DW_FORM_strx detection in configure.ac

My patch "568dee1 PR25042 - Support string form DW_FORM_strx{1,4} from
DWARF 5" introduced a thinko in configure.ac.  The thinko triggers a
regression test issue on old systems where we don't support
DW_FORM_strx from DWARF 5.  Fixed thus.

* configure.ac: Fix thinko when setting the HAVE_DW_FORM_strx
macro.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac