From 042feca78f2360e63929f3aa425f6468ed11c84a Mon Sep 17 00:00:00 2001 From: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Wed, 11 Nov 2020 10:02:41 +0100 Subject: libthreads: Finish emoving * config.make.in (VERSIONING): Remove. * configure.ac: Do not set VERSIONING. --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 56db1e21..dcb9e7cd 100644 --- a/configure.ac +++ b/configure.ac @@ -151,17 +151,6 @@ AC_CACHE_CHECK([for libio], hurd_cv_libio=yes, hurd_cv_libio=no)) -# The versions of the symbols in libthreads have to match those in -# libc.so. Since the symbols in a libc that includes libio will be -# versioned differently from the ones in a libc that uses stdio, this -# isn't easy to accomplish. Instead we leave things unversioned if -# libio isn't found. -if test $hurd_cv_libio = yes; then - VERSIONING=$hurd_cv_ld_version_script_option -else - VERSIONING=no -fi -AC_SUBST(VERSIONING) # Check if libc contains these functions. AC_CHECK_FUNCS(file_exec_paths exec_exec_paths _hurd_exec_paths) -- cgit v1.2.3