tidy-up: whitespace, indent, #if 0

Closes #18090
This commit is contained in:
Viktor Szakats 2025-07-25 16:23:15 +02:00
parent daa5b044b8
commit 58e0ff809f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 171 additions and 172 deletions

View file

@ -3013,7 +3013,7 @@ if test "$want_idn" = "yes"; then
tst_links_libidn="no"
])
#
AC_CHECK_HEADERS( idn2.h )
AC_CHECK_HEADERS(idn2.h)
if test "$tst_links_libidn" = "yes"; then
AC_DEFINE(HAVE_LIBIDN2, 1, [Define to 1 if you have the `idn2' library (-lidn2).])