changeset 2025:96b7c3d81af1

2010-04-12 Matthias Klose <doko@ubuntu.com> * configure.ac: Clarify result message of the NSS check.
author doko@ubuntu.com
date Mon, 12 Apr 2010 13:40:58 +0200
parents 1f22e08af1f2
children bda25ffc4b05
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 10 18:00:32 2010 +0200
+++ b/ChangeLog	Mon Apr 12 13:40:58 2010 +0200
@@ -1,3 +1,7 @@
+2010-04-12  Matthias Klose  <doko@ubuntu.com>
+
+	* configure.ac: Clarify result message of the NSS check.
+
 2010-04-10  Matthias Klose  <doko@ubuntu.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Always apply
--- a/configure.ac	Sat Apr 10 18:00:32 2010 +0200
+++ b/configure.ac	Mon Apr 12 13:40:58 2010 +0200
@@ -154,9 +154,9 @@
 AM_CONDITIONAL([ENABLE_NSS], [test x$ENABLE_NSS = xyes])
 if test "x${ENABLE_NSS}" = "xyes"
 then
-  AC_MSG_RESULT([yes])
+  AC_MSG_RESULT([enabled by default (edit java.security to disable)])
 else
-  AC_MSG_RESULT([yes, disabled by default (edit java.security to enable)])
+  AC_MSG_RESULT([disabled by default (edit java.security to enable)])
 fi
 
 IT_GET_PKGVERSION