diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-27 18:20:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-27 18:20:47 +0000 |
commit | 7d520be8a7a92d72f0c65db3d5a2e4a0cf6c8914 (patch) | |
tree | 9cf6821ee670f644f974ccd394a7ac7847b5eb45 /config.make.in | |
parent | 6e5801f728a121cc002d7f6912dab2d9b60a3743 (diff) |
2000-03-27 Roland McGrath <roland@baalperazim.frob.com>
* configure.in (VERSIONING): New check for ld --version-script.
* config.make.in (VERSIONING): New variable, set by configure.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |