diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config.make.in b/config.make.in index 4ba8143f4d..06585d2259 100644 --- a/config.make.in +++ b/config.make.in @@ -15,9 +15,8 @@ sysconfdir = @libc_cv_sysconfdir@ libexecdir = @libexecdir@ rootsbindir = @libc_cv_rootsbindir@ -# If ldconfig exists. This will go away as soon as `ldconfig' is available -# in GNU libc. -has-ldconfig = @has_ldconfig@ +# Should we use and build ldconfig? +use-ldconfig = @use_ldconfig@ # Maybe the `ldd' script must be rewritten. ldd-rewrite-script = @ldd_rewrite_script@ |