diff options
Diffstat (limited to 'sysdeps/gnu/configure')
-rw-r--r-- | sysdeps/gnu/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/configure b/sysdeps/gnu/configure index 92392978fe..71243ad0c6 100644 --- a/sysdeps/gnu/configure +++ b/sysdeps/gnu/configure @@ -14,7 +14,7 @@ case "$prefix" in if test "$libdir" = '${exec_prefix}/lib'; then libdir='${exec_prefix}/lib'; # Locale data can be shared between 32-bit and 64-bit libraries. - libc_cv_localedir='${exec_prefix}/lib/locale' + libc_cv_complocaledir='${exec_prefix}/lib/locale' fi ;; esac |