Skip to content
Snippets Groups Projects
Commit 63b109ba authored by gbazin's avatar gbazin
Browse files

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

parent 18bc4180
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment