Fix combreloc test with BSD grep
authorAlexey Neyman <stilor@att.net>
Sun, 12 Mar 2017 20:16:18 +0000 (13:16 -0700)
committerMike Frysinger <vapier@gentoo.org>
Wed, 15 Mar 2017 20:26:13 +0000 (13:26 -0700)
commite37fc4aa68317bff9d3f668da1c0779d283dab51
tree4795670a58801cf38bebd1beb3ef6dec28a0e55a
parentb36a65e5cadc201eb840e2b7716ae878e5c3533f
Fix combreloc test with BSD grep

The test for "-z combreloc" fails when cross-compiling on a machine
that uses BSD grep (e.g. on macos). grep complains about empty
subexpression and exits with non-zero status, which is interpreted
by configure as "not found". As a result, support for "-z combreloc"
(HAVE_Z_COMBRELOC) is not detected, leading to link failure on SPARC.

While there, replace fgrep with 'grep -F', as fgrep is non-POSIX.

* configure.ac: Avoid empty subexpression in grep.

Signed-off-by: Alexey Neyman <stilor@att.net>
ChangeLog
configure
configure.ac