]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Maintenance: Drop an unused, misleading condition (#1169)
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 21 Oct 2022 15:57:49 +0000 (15:57 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 22 Oct 2022 17:48:02 +0000 (17:48 +0000)
commit5139f0f64a4d7bba0d91d631b031c4700e7576b4
tree6115ee1deeef4b0debc9269d0050376fff2272c3
parent57e7bd5793a4b687382eb9163dd05c63c2e095ad
Maintenance: Drop an unused, misleading condition (#1169)

According to Autoconf NEWS, AC_USE_SYSTEM_EXTENSIONS is defined with
AC_DEFUN_ONCE since Autoconf v2.63b: "This means a subtle change in
semantics; previously, an AC_DEFUN macro could expand [this macro]
multiple times or surround the macro inside shell conditional text to
bypass [its] effects, but now the macro will expand exactly once, and
prior to the start of any enclosing AC_DEFUN macro".

In the generated ./configure script, the if statement no longer had any
code inside it, and AC_USE_SYSTEM_EXTENSIONS was unconditionally
expanded above the if statement.
configure.ac