diff options
author | Roland McGrath <[email protected]> | 2010-04-15 13:41:32 -0700 |
---|---|---|
committer | Roland McGrath <[email protected]> | 2010-04-15 13:41:32 -0700 |
commit | d862cc8307a4dff5ab2af63a11ed8823f22dd630 (patch) | |
tree | 844b98c6e0d2a081976ed026f3b9a9a8addd76f3 /configure.ac | |
parent | 134038b7912dd340c9c853a873cb5b8d46e5b5fb (diff) |
Fix LOCALEDIR default.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ccd79ace..09be421f 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ LDFLAGS="$save_LDFLAGS"]) AS_IF([test "x$ac_cv_tls" != xyes], AC_MSG_ERROR([__thread support required])) -LOCALEDIR=$datadir +LOCALEDIR=$localedir AC_SUBST(LOCALEDIR) AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR") AH_TEMPLATE([LOCALEDIR], [Directory to place translation files in.]) |