diff options
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@ |