]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove AC_SUBST(libc_cv_mtls_descriptor)
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 6 Dec 2024 05:42:25 +0000 (13:42 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 6 Dec 2024 09:42:06 +0000 (17:42 +0800)
Remove

AC_SUBST(libc_cv_mtls_descriptor)

since there is no @libc_cv_mtls_descriptor@ and there is

LIBC_CONFIG_VAR([have-mtls-descriptor], [$libc_cv_mtls_descriptor])

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
configure
configure.ac

index 9bcf62dca5a2b477087a4a9b2e4c00ee378adc73..e99c0d23af6bb2138a95fb004e411e033cf089f7 100755 (executable)
--- a/configure
+++ b/configure
@@ -648,7 +648,6 @@ LIBGD
 libc_cv_cc_loop_to_function
 libc_cv_cc_submachine
 libc_cv_cc_nofma
-libc_cv_mtls_descriptor
 libc_cv_has_glob_dat
 libc_cv_fpie
 libc_cv_z_execstack
@@ -7221,7 +7220,6 @@ esac
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mtls_descriptor" >&5
 printf "%s\n" "$libc_cv_mtls_descriptor" >&6; }
-
 config_vars="$config_vars
 have-mtls-descriptor = $libc_cv_mtls_descriptor"
 
index 895bd5267d222a34453f528e3fba6cebfdbb7ef6..06a9c3f2521e862bf37435ab9bfff1670342b787 100644 (file)
@@ -1331,7 +1331,6 @@ else
   libc_cv_mtls_descriptor=no
 fi
 rm -f conftest*])
-AC_SUBST(libc_cv_mtls_descriptor)
 LIBC_CONFIG_VAR([have-mtls-descriptor], [$libc_cv_mtls_descriptor])
 
 dnl clang emits an warning for a double alias redirection, to warn the