From dff23762004032858aa1ef10e1a118b525a56cfe Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Mon, 20 Feb 2012 18:43:51 +0100 Subject: [PATCH] back out bug 693226, rev fbbf2d56cc8e, r=bustage --- configure.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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