blob: dacf32e60526b8ed4853ab04105679562830a20c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 42f469358dbc6143e05f5b8ebb96e316d662a786 Mon Sep 17 00:00:00 2001
From: Priit Laes <plaes@plaes.org>
Date: Sun, 21 Feb 2010 15:45:38 +0200
Subject: [PATCH] Fix xulrunner detection.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index aa694b1..b122c5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ if test "x${local}" == xno ; then
if test "x${oldxul}" != xyes ; then
AC_MSG_CHECKING(Mozilla XPCOM > 1.8)
- mozilla_xpcom_pcs="libxul-embedding-unstable"
+ mozilla_xpcom_pcs="libxul-embedding-unstable libxul-embedding"
for pc in $mozilla_xpcom_pcs; do
if $PKG_CONFIG --exists $pc; then
AC_MSG_RESULT($pc)
--
1.7.0
|