Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550962 - net-libs/nghttp2-0.7.15 configure uses non-posix test syntax
Summary: net-libs/nghttp2-0.7.15 configure uses non-posix test syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL: https://github.com/tatsuhiro-t/nghttp...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 16:42 UTC by Mikael Magnusson
Modified: 2015-06-04 04:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Magnusson 2015-06-01 16:42:38 UTC
checking for JANSSON... yes
/var/tmp/portage/net-libs/nghttp2-0.7.15/work/nghttp2-0.7.15/configure: 18643: test: xyes: unexpected operator

line in configure.ac:
if test "x${have_jansson}" == "xyes"; then

The fix is to use only one =
Comment 1 SpanKY gentoo-dev 2015-06-04 04:14:07 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix bashism in configure test
http://sources.gentoo.org/net-libs/nghttp2/nghttp2-0.7.15.ebuild?r1=1.1&r2=1.2
http://sources.gentoo.org/net-libs/nghttp2/nghttp2-1.0.1.ebuild?r1=1.1&r2=1.2