diff --git a/configure.in b/configure.in index 4560e43289d..d983a02ff42 100644 --- a/configure.in +++ b/configure.in @@ -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