]> git.ipfire.org Git - thirdparty/curl.git/commit
acinclude.m4: fix test for default CA cert bundle/path
authorMichael Osipov <1983-01-06@gmx.net>
Thu, 30 Apr 2015 13:52:23 +0000 (15:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Apr 2015 16:36:27 +0000 (18:36 +0200)
commit4335b86a10f4a7abfefd8ca8d622f253dde62277
treef4493eb69ca1b668e8a97a20c010795ca02b39a5
parent3f88d92e921270632242f11479ca9a576feccf9d
acinclude.m4: fix test for default CA cert bundle/path

test(1) on HP-UX requires a single equals sign and fails with two.
Let's use one and make every OS happy.
acinclude.m4