Skip to content

Commit

Permalink
Fix distcheck fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoh committed Jun 15, 2012
1 parent 255a824 commit 8faf54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)
Expand Down

0 comments on commit 8faf54b

Please sign in to comment.