From fde3d6cc5a1f924685c66d596556642dde26808b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 25 Aug 2001 01:40:37 +0000 Subject: 2001-08-24 Roland McGrath * config.make.in (PARTED_LIBS): New variable, substituted 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 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@ -- cgit v1.2.3