summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-10-24 21:12:06 +0200
committerMichael Stahl <mstahl@redhat.com>2017-10-26 23:17:43 +0200
commit230d05ea289668441dfac4faeea75dd0213ab6f7 (patch)
tree5b4c774ab6589dcbea33d9595dbe33d5628c4365 /configure.ac
parent8cd958a48e93efa4c21fd7687652ded8f9432c84 (diff)
configure: JDK 1.3 won't work
Change-Id: Ibd26816cb00b3b8b2514aca536906b689c8cbd5e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a3cfc9b9a48d..d422adefa1e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1864,7 +1864,7 @@ AC_ARG_WITH(linker-hash-style,
AC_ARG_WITH(jdk-home,
AS_HELP_STRING([--with-jdk-home=<absolute path to JDK home>],
- [If you have installed JDK 1.3 or later on your system please supply the
+ [If you have installed JDK 1.6 or later on your system please supply the
path here. Note that this is not the location of the java command but the
location of the entire distribution.]),
,)