diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-25 01:40:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-25 01:40:37 +0000 |
commit | fde3d6cc5a1f924685c66d596556642dde26808b (patch) | |
tree | 1579a268e7639ac33a200b74e087df1231ea9f66 | |
parent | 98a00899ba97e74c63f81d9ad70ea7b0404366f6 (diff) |
2001-08-24 Roland McGrath <roland@frob.com>
* config.make.in (PARTED_LIBS): New variable, substituted by configure.
-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 7bbd768e..a7fcd4ea 100644 --- a/config.make.in +++ b/config.make.in @@ -54,6 +54,9 @@ VERSIONING = @VERSIONING@ # If a separate libcrypt is available, use it. LIBCRYPT = @LIBCRYPT@ +# How to link against Parted libraries, if at all. +PARTED_LIBS = @PARTED_LIBS@ + # Installation tools. INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |