diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-10-24 21:12:06 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-10-26 23:17:43 +0200 |
commit | 230d05ea289668441dfac4faeea75dd0213ab6f7 (patch) | |
tree | 5b4c774ab6589dcbea33d9595dbe33d5628c4365 | |
parent | 8cd958a48e93efa4c21fd7687652ded8f9432c84 (diff) |
configure: JDK 1.3 won't work
Change-Id: Ibd26816cb00b3b8b2514aca536906b689c8cbd5e
-rw-r--r-- | configure.ac | 2 |
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.]), ,) |