summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 4d2c5b377d4..07a1436d3ca 100755
--- a/configure
+++ b/configure
@@ -3020,6 +3020,11 @@ if test "${with_java+set}" = set; then
yes)
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
+if test ! "$JAVA_HOME" -o ! -d "$JAVA_HOME" ; then
+ { { echo "$as_me:$LINENO: error: Set the JAVA_HOME environment variable to build Java components" >&5
+echo "$as_me: error: Set the JAVA_HOME environment variable to build Java components" >&2;}
+ { (exit 1); exit 1; }; }
+fi
for ac_prog in jakarta-ant ant ant.sh ant.bat
do