From 7d520be8a7a92d72f0c65db3d5a2e4a0cf6c8914 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 Mar 2000 18:20:47 +0000 Subject: 2000-03-27 Roland McGrath * configure.in (VERSIONING): New check for ld --version-script. * config.make.in (VERSIONING): New variable, set by configure. --- config.make.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index c9371150..7bbd768e 100644 --- a/config.make.in +++ b/config.make.in @@ -48,6 +48,9 @@ CPPFLAGS += @CPPFLAGS@ @DEFS@ CFLAGS += @CFLAGS@ LDFLAGS += @LDFLAGS@ +# `yes' or `no' to indicate if ld --version-script is available. +VERSIONING = @VERSIONING@ + # If a separate libcrypt is available, use it. LIBCRYPT = @LIBCRYPT@ -- cgit v1.2.3