Fix weird indentation
Change-Id: I291856b9f37ea967c1f8d44cce05f53b52ed8b75
This commit is contained in:
14
configure.ac
14
configure.ac
@@ -6528,13 +6528,13 @@ if test "$ENABLE_JAVA" != ""; then
|
|||||||
|
|
||||||
if test -z "$with_jdk_home"; then
|
if test -z "$with_jdk_home"; then
|
||||||
# Currently only auto-detects 32-bit JDK
|
# Currently only auto-detects 32-bit JDK
|
||||||
for ver in 1.7 1.6 1.5 1.4 1.3; do
|
for ver in 1.7 1.6 1.5 1.4 1.3; do
|
||||||
reg_get_value "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit/$ver/JavaHome"
|
reg_get_value "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit/$ver/JavaHome"
|
||||||
if test -n "$regvalue"; then
|
if test -n "$regvalue"; then
|
||||||
_jdk_home=$regvalue
|
_jdk_home=$regvalue
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -f "$_jdk_home/lib/jvm.lib" -a -f "$_jdk_home/bin/java.exe"; then
|
if test -f "$_jdk_home/lib/jvm.lib" -a -f "$_jdk_home/bin/java.exe"; then
|
||||||
with_jdk_home="$_jdk_home"
|
with_jdk_home="$_jdk_home"
|
||||||
howfound="found automatically"
|
howfound="found automatically"
|
||||||
|
Reference in New Issue
Block a user