Mailing List Archive

[MythTV/mythtv] f3f9d8: Fix comparison operator in test on freebsd
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: f3f9d89ea00e5b954c1a7792314d44a70d079553
https://github.com/MythTV/mythtv/commit/f3f9d89ea00e5b954c1a7792314d44a70d079553
Author: Klaas de Waal <klaas@kldo.nl>
Date: 2024-01-22 (Mon, 22 Jan 2024)

Changed paths:
M mythtv/configure

Log Message:
-----------
Fix comparison operator in test on freebsd

Compare using = instead of ==.
Comparison with == works OK on Fedora 29 but fails on Ubuntu 23.10
with the following message:
./configure: 6792: test: linux: unexpected operator
According to the stackexchange the official syntax is a to use =
but sometimes the == may also work.
This comparison is introduced in commit 24d18ca.
Thanks to angelaschmid.


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits