From d66e8c66dc90008225c7fe27e2f039a8b8f92c52 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Sat, 6 Apr 2002 07:11:29 +0000 Subject: [PATCH] Automated update git-svn-id: svn://10.0.0.236/trunk@118354 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index b09ce7bf1ed..934edccac89 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -4802,7 +4802,7 @@ EOF if test "$?" != "0" || test -z "$MOZ_TOOLS_DIR"; then { echo "configure: error: cd \$MOZ_TOOLS failed. MOZ_TOOLS ==? $MOZ_TOOLS" 1>&2; exit 1; } fi - MOZ_TOOLS_DIR=`echo $MOZ_TOOLS_DIR | sed -e 's|^/cygdrive/||' -e 's|/|:/|'` + MOZ_TOOLS_DIR=`cygpath -w $MOZ_TOOLS_DIR | sed -e 's|\\\\|/|g'` GLIB_CFLAGS='-I$(MOZ_TOOLS_DIR)/include' GLIB_LIBS='$(MOZ_TOOLS_DIR)/lib/glib-1.2.lib' LIBIDL_CFLAGS='-I$(MOZ_TOOLS_DIR)/include'