From 63b109bacbc88846452b9e0fbafc2f73b0e910d4 Mon Sep 17 00:00:00 2001 From: Gildas Bazin <gbazin@videolan.org> Date: Wed, 28 Apr 2004 13:29:31 +0000 Subject: [PATCH] * configure.ac: another build fix for the win32 mozilla plugin. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 33916ea6d269..24ecf19b5112 100644 --- a/configure.ac +++ b/configure.ac @@ -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}" ]) -- GitLab