*** pgsql/configure 2002/09/05 18:39:11 1.215 --- pgsql/configure 2002/09/06 14:31:15 1.216 *************** if test "${with_java+set}" = set; then *** 3020,3025 **** --- 3020,3030 ---- 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