diff options
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.]) |