aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-13 04:40:13 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-13 04:40:13 +0800
commitf9682ce4d2a1e2a5ec4647b09b41ecfee682817a (patch)
treec901e2ab27e6b0a2c601d05b56cc5556417b04b9 /m4
parent8d53d634f2e2a96495b05657e278a2e8d47efec4 (diff)
downloadgsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.gz
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.bz2
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.lz
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.xz
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.zst
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.zip
Include xpcom-config.h, not mozilla-config.h
svn path=/trunk/; revision=7406
Diffstat (limited to 'm4')
-rw-r--r--m4/libxul.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libxul.m4 b/m4/libxul.m4
index 6004b3062..16cf0d448 100644
--- a/m4/libxul.m4
+++ b/m4/libxul.m4
@@ -111,7 +111,7 @@ CPPFLAGS="$CPPFLAGS $LIBXUL_CXXCPPFLAGS $LIBXUL_INCLUDES"
AC_MSG_CHECKING([[whether we have a libxul debug build]])
AC_COMPILE_IFELSE(
- [AC_LANG_SOURCE([[#include <mozilla-config.h>
+ [AC_LANG_SOURCE([[#include <xpcom-config.h>
#if !defined(MOZ_REFLOW_PERF) || !defined(MOZ_REFLOW_PERF_DSP)
#error No
#endif]]