diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9e1e9c35fb..e2edb389fd 100644 --- a/configure.in +++ b/configure.in @@ -1403,6 +1403,7 @@ libc_link_sources= # They also can set these variables. use_ldconfig=no ldd_rewrite_script=no +libc_cv_sysconfdir=$sysconfdir # Iterate over all the sysdep directories we will use, running their # configure fragments, and looking for a uname implementation. @@ -1514,6 +1515,7 @@ AC_SUBST(old_glibc_headers) AC_SUBST(libc_cv_slibdir) AC_SUBST(libc_cv_localedir) +AC_SUBST(libc_cv_sysconfdir) AC_SUBST(libc_cv_rootsbindir) AC_SUBST(use_ldconfig) |