diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 19:55:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 19:55:16 +0000 |
commit | b15a0f589f4fdb544c7147cd477f1144f9e404e1 (patch) | |
tree | 6ddec7284ad9a689d2445b64da090e6925818606 /config.make.in | |
parent | 8d7bd6caf7b8fe8794c81360db8c259f8813c71a (diff) |
(LIBCRYPT):
New variable.
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 173d72eb..0f3d0b66 100644 --- a/config.make.in +++ b/config.make.in @@ -43,6 +43,9 @@ CPPFLAGS += @CPPFLAGS@ @DEFS@ CFLAGS += @CFLAGS@ LDFLAGS += @LDFLAGS@ +# If a separate libcrypt is available, use it. +LIBCRYPT = @LIBCRYPT@ + # Installation tools. INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |