[gjs] configure: Cosmetic debugging data
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] configure: Cosmetic debugging data
- Date: Thu, 9 Jun 2011 17:16:07 +0000 (UTC)
commit 1df5ba7b5921ee11f93094f68a93907798c0215a
Author: Colin Walters <walters verbum org>
Date: Thu Jun 9 13:04:24 2011 -0400
configure: Cosmetic debugging data
configure.ac | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a26e80..e008861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ AC_CHECK_HEADERS([malloc.h])
AC_CHECK_FUNCS(mallinfo)
# First, try separate mozjs185 release
-AC_MSG_CHECKING([for standalone mozjs])
+AC_MSG_CHECKING([for standalone mozjs185])
PKG_CHECK_EXISTS([mozjs185], JS_PACKAGE=mozjs185,)
if test x$JS_PACKAGE != x; then
FIREFOX_JS_LIBDIR=`$PKG_CONFIG --variable=libdir $JS_PACKAGE`
@@ -137,6 +137,10 @@ if test x$JS_PACKAGE = x; then
fi
fi
+echo "Using JS_PACKAGE: $JS_PACKAGE"
+echo "Using JS_CFLAGS: $JS_CFLAGS"
+echo "Using JS_LIBS: $JS_LIBS"
+
AC_SUBST(JS_PACKAGE)
AC_SUBST(FIREFOX_JS_LIBDIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]