From 997a90d7cc9b458ec1c94821a12f9dd6f120ba10 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 23 Jan 2007 22:14:22 +0000 Subject: Actually make it work on 1.9. Had to disable some stuff, temporarily. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f55b2f1..47443da 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ if test "x$with_libxul_sdk" != x ; then # xulrunner 1.9 -GECKO_CFLAGS="-I$with_libxul_sdk/sdk/include" +GECKO_CFLAGS="-I$with_libxul_sdk/sdk/include -DXPCOM_GLUE" XPCOMGLUE_LIBS="-L$with_libxul_sdk/sdk/lib -lxpcomglue" MOZILLA_INCLUDE_DIR="$with_libxul_sdk/include" -- cgit v0.9.1