Automated update

git-svn-id: svn://10.0.0.236/trunk@118354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org
2002-04-06 07:11:29 +00:00
parent 6006bc5144
commit d66e8c66dc

2
mozilla/configure vendored
View File

@@ -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'