diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2024-12-06 13:42:25 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-06 17:42:06 +0800 |
| commit | 77c7c4417410f4bf15ea246dd52603dc7be8de45 (patch) | |
| tree | 4ea90e75521421ab6fb945f56cd4ea01ed18e0d0 /configure.ac | |
| parent | f9e90e4b4ce71f88470c8c8b0a16c21088294be4 (diff) | |
| download | glibc-77c7c4417410f4bf15ea246dd52603dc7be8de45.tar.xz glibc-77c7c4417410f4bf15ea246dd52603dc7be8de45.zip | |
Remove AC_SUBST(libc_cv_mtls_descriptor)
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>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 895bd5267d..06a9c3f252 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |
