back out bug 693226, rev fbbf2d56cc8e, r=bustage

This commit is contained in:
Axel Hecht 2012-02-20 18:43:51 +01:00
Родитель 733d17d34f
Коммит dff2376200
1 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -225,14 +225,7 @@ if test -n "$L10NBASEDIR"; then
if test "$L10NBASEDIR" = "yes" -o "$L10NBASEDIR" = "no"; then
AC_MSG_ERROR([--with-l10n-base must specify a path])
elif test -d "$L10NBASEDIR"; then
case "$host_os" in
mingw*)
L10NBASEDIR=`cd "$L10NBASEDIR" && pwd -W`
;;
*)
L10NBASEDIR=`cd "$L10NBASEDIR" && pwd`
;;
esac
L10NBASEDIR=`cd "$L10NBASEDIR" && pwd`
else
AC_MSG_ERROR([Invalid value --with-l10n-base, $L10NBASEDIR doesn't exist])
fi