[vlc-commits] Configure: add includes from the $src/gecko folder, in case
Jean-Baptiste Kempf
git at videolan.org
Tue Dec 18 18:13:03 CET 2012
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 18 18:08:33 2012 +0100| [29239f09c70aafb099f8ab585873817da0a1143f] | committer: Jean-Baptiste Kempf
Configure: add includes from the $src/gecko folder, in case
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=29239f09c70aafb099f8ab585873817da0a1143f
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7342da5..a5f86c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,7 +192,7 @@ dnl we can't use the pkg-config macros.
AM_CONDITIONAL(HAVE_SDK, test "$found" = 0)
-CPPFLAGS="${CPPFLAGS} ${MOZILLA_CFLAGS}"
+CPPFLAGS="${CPPFLAGS} ${MOZILLA_CFLAGS} -I${srcdir}/gecko/"
AC_CHECK_HEADERS(npapi.h npruntime.h, [
dnl if found
More information about the vlc-commits
mailing list