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