]> git.ipfire.org Git - thirdparty/pdns.git/commit
configure: remove broken bashism 13596/head
authorEli Schwartz <eschwartz93@gmail.com>
Mon, 11 Dec 2023 23:18:11 +0000 (18:18 -0500)
committerEli Schwartz <eschwartz93@gmail.com>
Tue, 2 Apr 2024 23:29:51 +0000 (19:29 -0400)
commitb928709c523c25ab73ee41da7980e7cdb16192f5
treef10c94a6891312d6ad3d3de27a78f800e11efddd
parent065211c3658d6c9f7574960eb0bc11311ad352f2
configure: remove broken bashism

In a configure check that was carefully written for pre-unix-wars
versions of the bourne shell, some code which was only valid using GNU
bash was included.

The `==` operator is a bash-specific alias for `=`. It behaves exactly
the same, except more confusing. It contains no added functionality,
other than making an otherwise /bin/sh compatible script only work when
/bin/sh is a symlink to /bin/bash.
m4/pdns_d_fortify_source.m4
m4/pdns_enable_lto.m4
m4/pdns_with_postgresql.m4