summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-08-22 03:22:24 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-08-22 03:51:43 -0500
commitcf415295e71c5fa95d2ac3b2963ad20f96891acc (patch)
treece08d1e8fa0ad9ed1c709770ae6f3331ccfb3ac1
parent65335b13da74f4f350ba52493b0919a62d1a5bca (diff)
cosmetic: consistant configure message related to Mozilla
Change-Id: I589bd95e0cb9b2bf534f76ebcb4f6bd28edf5370
-rw-r--r--configure.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f59f04990ce0..62ec6a26509e 100644
--- a/configure.in
+++ b/configure.in
@@ -8047,7 +8047,8 @@ dnl ===================================================================
dnl Check for system mozilla headers
dnl ===================================================================
HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION=
-AC_MSG_CHECKING([which mozilla headers to use])
+AC_MSG_CHECKING([which Mozilla headers to use])
+
if test "$with_system_mozilla_headers" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_MOZILLA_HEADERS=YES
@@ -8083,7 +8084,11 @@ if test "$with_system_mozilla_headers" = "yes"; then
CFLAGS=$save_CFLAGS
AC_LANG_POP([C])
else
- AC_MSG_RESULT([internal])
+ if test "$enable_mozilla" = "no"; then
+ AC_MSG_RESULT([none])
+ else
+ AC_MSG_RESULT([internal])
+ fi
SYSTEM_MOZILLA_HEADERS=NO
fi
AC_SUBST(MOZILLA_HEADERS_CFLAGS)