/hg/icedtea6: 2010-04-12 Matthias Klose <doko at ubuntu.com>
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Mon Apr 12 05:07:37 PDT 2010
changeset 96b7c3d81af1 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=96b7c3d81af1
author: doko at ubuntu.com
date: Mon Apr 12 13:40:58 2010 +0200
2010-04-12 Matthias Klose <doko at ubuntu.com>
* configure.ac: Clarify result message of the NSS check.
diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
ChangeLog | 4 ++++
configure.ac | 4 ++--
diffs (26 lines):
diff -r 1f22e08af1f2 -r 96b7c3d81af1 ChangeLog
--- 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-10 Matthias Klose <doko at ubuntu
+2010-04-12 Matthias Klose <doko at ubuntu.com>
+
+ * configure.ac: Clarify result message of the NSS check.
+
2010-04-10 Matthias Klose <doko at ubuntu.com>
* Makefile.am (ICEDTEA_PATCHES): Always apply
diff -r 1f22e08af1f2 -r 96b7c3d81af1 configure.ac
--- 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$ENA
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
More information about the distro-pkg-dev
mailing list