From 8faf54b2192e1c37da8be65d7f06389558fcae8e Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 15 Jun 2012 15:18:05 +0900 Subject: [PATCH] Fix distcheck fail --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9550d3a..d66bf74 100644 --- a/configure.ac +++ b/configure.ac @@ -143,7 +143,7 @@ dnl ====================================================================== dnl options - rebuild-locale-alias dnl ====================================================================== BUILD_LOCALEALIAS=\# -if test "x$enable_rebuild_locale_alias" = "xyes"; then +if test "x$enable_rebuild_locale_alias" = "xyes" -a "x$LOCALE_ALIAS" != "x"; then BUILD_LOCALEALIAS= fi AC_SUBST(BUILD_LOCALEALIAS)