aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-13 03:53:17 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-13 03:53:17 +0800
commit6db24e97b7e87d4ea7cff0c99f80338ce51eea6f (patch)
treea7d1cfea07496e3d399f560627b8d2ac5f0e2da3 /m4
parent59989884443d3514a3da81c0106d1d64a6e6809a (diff)
downloadgsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.gz
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.bz2
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.lz
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.xz
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.zst
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.zip
More xulrunner build fixes
svn path=/trunk/; revision=7404
Diffstat (limited to 'm4')
-rw-r--r--m4/libxul.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/libxul.m4 b/m4/libxul.m4
index e31fbe160..6004b3062 100644
--- a/m4/libxul.m4
+++ b/m4/libxul.m4
@@ -31,7 +31,7 @@
AC_DEFUN([LIBXUL_INIT],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-PKG_CHECK_EXISTS([libxul],[libxul_cv_have_libxul=yes],[libxul_cv_have_libxul=no])
+PKG_CHECK_MODULES([LIBXUL],[libxul],[libxul_cv_have_libxul=yes],[libxul_cv_have_libxul=no])
if test "$libxul_cv_have_libxul" != "yes"; then
AC_MSG_ERROR([libxul not found])
fi
@@ -141,6 +141,7 @@ AC_SUBST([LIBXUL_LIBDIR])
AC_SUBST([LIBXUL_CXXCPPFLAGS])
AC_SUBST([LIBXUL_CXXFLAGS])
AC_SUBST([LIBXUL_LDFLAGS])
+AC_SUBST([LIBXUL_LIBS])
])