diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-06-22 10:11:07 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-06-22 10:11:07 -0700 |
commit | 4248b1b1cf8c641fb51d92c3d2cfac81b02a903e (patch) | |
tree | 7be1c86dab37ceca90a5427e71d4735b713d7886 /configure | |
parent | 116a106aaf21065d3a9c62b38ad84fc60133a135 (diff) | |
download | glibc-4248b1b1cf8c641fb51d92c3d2cfac81b02a903e.tar.gz glibc-4248b1b1cf8c641fb51d92c3d2cfac81b02a903e.tar.xz glibc-4248b1b1cf8c641fb51d92c3d2cfac81b02a903e.zip |
Respect --localstatedir for /var/db parent directory.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 4d5d9e49f9..aa7869ff17 100755 --- a/configure +++ b/configure @@ -592,6 +592,7 @@ libc_cv_cc_sse4 libc_cv_cpp_asm_debuginfo libc_cv_forced_unwind libc_cv_rootsbindir +libc_cv_localstatedir libc_cv_sysconfdir libc_cv_localedir libc_cv_slibdir @@ -7448,6 +7449,7 @@ fi use_ldconfig=no ldd_rewrite_script=no libc_cv_sysconfdir=$sysconfdir +libc_cv_localstatedir=$localstatedir libc_cv_gcc_unwind_find_fde=no libc_cv_idn=no @@ -7513,6 +7515,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5 $as_echo_n "checking whether -fPIC is default... " >&6; } if ${libc_cv_pic_default+:} false; then : |