Commit 63b109ba authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: another build fix for the win32 mozilla plugin.

parent 18bc4180
......@@ -3634,7 +3634,7 @@ then
if test -n "${CYGPATH}"; then
XPIDL="${real_mozilla_sdk}/xpcom/bin/xpidl"
real_mozilla_sdk="`${CYGPATH} -w ${real_mozilla_sdk}`"
XPIDL_INCL="${XPIDL_INCL} -I${real_mozilla_sdk}/xpcom/idl"
XPIDL_INCL="${XPIDL_INCL} -I\"${real_mozilla_sdk}/xpcom/idl\""
fi ])
CPPFLAGS="${CPPFLAGS_save}"
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment