summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-06-22 10:11:07 -0700
committerRoland McGrath <roland@hack.frob.com>2012-06-22 10:11:07 -0700
commit4248b1b1cf8c641fb51d92c3d2cfac81b02a903e (patch)
tree7be1c86dab37ceca90a5427e71d4735b713d7886 /configure
parent116a106aaf21065d3a9c62b38ad84fc60133a135 (diff)
Respect --localstatedir for /var/db parent directory.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
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 :